redx-vue
v0.0.2
Published
基于vue、vue-router、vuex、webpack、postcss等实现解决方案
Downloads
3
Maintainers
Readme
suneee-vue
Technologies
- Vue
- Vuex(vuex-fsa)
- Vue-Router
- PostCSS
- webpack
- koa
- ES6
Quick Start
$ git clone git@https://github.com/redgang/redx-vue.git
$ cd redx-vue
$ npm install
$ npm start
# open http://localhost:3200
Usage
|Command|Description|
|---|---|
|npm install|Install dependencies|
|npm run dev|Run webpack and restart server with hot-reload enabled|
|npm start|Run webpack and server with hot-reload enabled|
|npm run deploy|Build assets for development use, dumped in ./dist
|
|npm run deploy:prod|Build assets for production use, dumped in ./dist
|
|npm run deploy:start|Run static server to check dist
files|
Customize the devServer
License
MIT © Redx