https://github.com/storyn26383/webpack
A Vue.js project template build with Webpack and vue-loader.
https://github.com/storyn26383/webpack
vue-loader vue-router vuejs webpack
Last synced: 3 months ago
JSON representation
A Vue.js project template build with Webpack and vue-loader.
- Host: GitHub
- URL: https://github.com/storyn26383/webpack
- Owner: storyn26383
- Created: 2017-03-01T16:05:32.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T08:41:59.000Z (over 9 years ago)
- Last Synced: 2025-10-30T14:10:11.362Z (8 months ago)
- Topics: vue-loader, vue-router, vuejs, webpack
- Language: Vue
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue.js Project Template
A Vue.js project template build with Webpack and `vue-loader`.
## Quick Start
### Initial
```bash
make init
```
### Build
```bash
make build
```
### Watch
```bash
make watch
```