Awesome
av-ts project template for vue-cli
This is a minimal starter project for av-ts using webpack
This seed repo comes with all you need to start building a vuejs project using typescript.
Packages included:
- vue
- webpack (and all the loaders and utilities necessary)
Usage
npm install -g vue-cli
vue init HerringtonDarkholme/av-ts-template myProject
cd myProject
npm install
Scripts
npm run dev
- will start a local dev server at localhost:8080
npm run build
- will build your project into the /dist folder