https://github.com/mkgaru/vue-webpack-startkit
vue2 + webpack2 + typescript2
https://github.com/mkgaru/vue-webpack-startkit
example starter-kit typescript vue vue2 vuejs2 webpack webpack2
Last synced: 2 months ago
JSON representation
vue2 + webpack2 + typescript2
- Host: GitHub
- URL: https://github.com/mkgaru/vue-webpack-startkit
- Owner: MKGaru
- Created: 2017-02-02T07:02:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T06:02:34.000Z (over 9 years ago)
- Last Synced: 2025-03-05T11:15:17.006Z (over 1 year ago)
- Topics: example, starter-kit, typescript, vue, vue2, vuejs2, webpack, webpack2
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vue-webpack-startkit
==============================
vue2 + webpack2 + typescript2
Vue single file components base kit. ( for me )
Build Setup
------------------------------
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm start
# build for production with minification
npm run build
```