A starter project for vue-typescript using webpack and bootstrap
This seed repo comes with all you need to start building a vuejs project using typescript.
Packages included:
- vue
- vue-router
- webpack (and all the loaders and utilities necessary)
- bootstrap 3
- jquery 2.2.4
Scripts:
npm run dev - will start a local dev server at localhost:8080
npm run build - will build your project into the /dist folder
npm run clean - will delete the dist folder
Setup: run npm install
Clone it and get started!