/invoicing-platform-web

Invoicing management system based on Vue.

Primary LanguageVueMIT LicenseMIT

invoicing-platform-web

Build Setup

# clone the project
https://github.com/wangyesheng/invoicing-platform-web.git

# enter the project directory
cd invoicing-platform-web

# install dependency
npm install or cnpm install or yarn install

# develop
npm run dev

This will automatically open http://localhost:9528

Build1

# build for test environment
npm run build:stage

# build for production environment
npm run build:prod