Vue.js Meta Framework to create complex, fast & universal web applications quickly.
A Nuxt.js starter project template without the distraction of a complicated development environment.
It comes with
- Vue
- Nuxt 2
- Typescript
- SCSS
- Webpack 4
- Bootstrap 4 (Vanilla)
I've included vanilla Bootstrap 4 without direct binding to Vue. As vanilla bootstrap needs jQuery and popper.js those two libarary are also included. Of course you can switch to a Bootstrap 4 version with Vue mapping like Bootstrap-Vue
This is a project template for vue-cli.
$ vue init vankooch/nuxt2-typescript-template my-project
$ cd my-project
# install dependencies
$ yarn install# serve with hot reloading at localhost:3000
$ yarn devGo to http://localhost:3000
# build for production and launch the server
$ yarn build
$ yarn start# generate a static project
$ yarn generate