An open API service indexing awesome lists of open source software.

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

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
```