What it says on the tin!
Clone this repo for a quick start on a Vue + Vuex + Vue Router + Firebase project.
Originally scaffolded using the webpack-simple template for vue-cli.
# install dependencies
yarn
# serve with hot reload at 0.0.0.0:8080
npm run dev
# build for production with minification
npm run build
- Vue.js - The Progressive JavaScript Framework
- Vuex - State management
- Vue Router - Routing
- Webpack - Module bundler
- Vue Loader - Webpack loader for
.vue
files