Skip to content

maxmckenzie/vue-webpack-boilerplate

Repository files navigation

vue-webpack-boilerplate

A Vue.js project

Boilerplate based on the Vue webpack template with authentication via firebase.

Difference between This and the vue-webpack template:

  • vue-loader (/auth, /dashboard, 404)
  • Firebase Authentication
  • StandardJS Style Guide
  • CircleCI.yml CircleCI

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

For detailed explanation on how things work, checkout the guide and docs for vue-loader.

Roadmap

  • Test Authentication
  • Test Routes
  • Add Vuex store
  • Sync Vuex store with firebase
  • Add test for Vuex store
  • Add example CRUD Component to view

/* Eventually */

  • Fork Vue-Webpack template
  • Port Boilerplate Codebase into fork
  • Add Airbnb Style Guide as option
  • Test vue-cli init and write some docs

Releases

No releases published

Packages

No packages published