An advanced & type safe starter-template with awesome things like Vue.js, Vuex and Typescript!
Built with:
- Vue.js 2
- Vuex
- Typescript
- Axios
- Animate.css
- Babel
- Bootstrap 4
- tslint
- Font Awesome
- JSONPlaceholder
- SASS
- Webpack 2
- Yarn
- ...and many more
- Be sure you have Yarn installed globally.
- Clone the repo & run
yarn
from the project root
yarn start
Runs the Webpack module-bundler, starts watching for changes & launches the webpacks DevServer server to http://localhost:3000 (it's possible to change the port from package.json
config-section).
yarn dashboard
The same thing as yarn start
, except runs webpack through webpack-dashboard.
yarn build
Runs the webpack module-bundler with production-settings (compress etc.) and builds the project to /build
directory.
Navigate to https://advanced-vue-starter.ville.io/ and see the awesomeness IRL
- Make HMR actually work...
- Testing