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: 11 months 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-02T09:16:29.000Z (over 10 years ago)
- Last Synced: 2025-01-05T22:27:50.114Z (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

## build
```
npm run build
```