Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codincat/vue-webpack-skeleton
deprecated. check https://github.com/CodinCat/vue-webpack-plus
https://github.com/codincat/vue-webpack-skeleton
Last synced: 7 days ago
JSON representation
deprecated. check https://github.com/CodinCat/vue-webpack-plus
- Host: GitHub
- URL: https://github.com/codincat/vue-webpack-skeleton
- Owner: CodinCat
- Created: 2015-11-08T16:01:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-02T09:16:29.000Z (almost 9 years ago)
- Last Synced: 2023-08-01T22:54:00.109Z (over 1 year ago)
- Language: Vue
- Homepage:
- Size: 4.88 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# update: Try Official vue-cli
https://github.com/vuejs/vue-cli------
# Vue.js Skeleton
- Vue.js: http://vuejs.org/
- vue-router: https://github.com/vuejs/vue-router
- webpack: https://webpack.github.io/
- stylus: https://learnboost.github.io/stylus/
- uikit: http://getuikit.com/## install dependencies
```
npm install
```## dev server
```
npm run dev
```open localhost:8080
![](http://i.imgur.com/VA7W3is.png)
## build
```
npm run build
```