0.1.2 • Published 6 years ago

mc-vue-simple v0.1.2

Weekly downloads
21
License
-
Repository
github
Last release
6 years ago

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

For a detailed explanation on how things work, check out the guide and docs for vue-loader.