A Vue.js web app for Byrd staff to calculate customer invoices.
npm install
npm run serve
npm run build
npm run test
npm run lint
npm run test:e2e
npm run test:unit
Defined in .env
, .env.development
, and .env.production
Loaded variables will become available to all vue-cli-service commands, plugins and dependencies.
Only variables that start with VUE_APP_
will be statically embedded into the client bundle with webpack.DefinePlugin.
You can access them in your application code:
console.log(process.env.VUE_APP_SECRET)
For more details, check Environment Variables and Modes
Custom Axios instance with baseURL
Opening any page should redirect to /
Vuex
Vuex-persistedstate