mc-vue-simple
v0.1.2
Published
vue simple project
Downloads
18
Maintainers
Readme
vue-simple
vue를 이용한 프로젝트 템플릿
Build Setup
# install dependencies
$ npm install
# serve with hot reload at localhost:8080
$ npm run dev
# build for production with minification
$ npm run build
# run unit tests
$ npm run unit
Install
$ npm install mc-vue-simple --save
Folder structure
- build - webpack config files
- config - webpack config files
- dist - build
- src -your app
- assets
- auth - api
- components - common components
- less - style
- router - page routers
- layouts - default and public html
- store - vuex
- views - your pages
- static
- test - unit testing
- unit
- coverage - test coverage
- specs - test spec
- unit
For a detailed explanation on how things work, check out the guide and docs for vue-loader.