Skip to content

A Vue.js web app for Byrd staff to calculate customer invoices.

Notifications You must be signed in to change notification settings

ravianand1988/byrd-web

Repository files navigation

byrd-web

A Vue.js web app for Byrd staff to calculate customer invoices.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your end-to-end tests

npm run test:e2e

Run your unit tests

npm run test:unit

Environment Variables

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

Components

API

Custom Axios instance with baseURL

Router

Opening any page should redirect to /

Store

Vuex

Vuex-persistedstate

Customize configuration

See Configuration Reference.

About

A Vue.js web app for Byrd staff to calculate customer invoices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published