Skip to content

shujiewu/fastwash-web

Repository files navigation

Install dependencies

npm install

Serve with hot reload at localhost:9528

open config/dev.env.js
set API_ROOT: '"//${server_ip}:5000"'
npm run dev

Build for production with minification

open config/prod.env.js
set API_ROOT: '"//${server_ip}:5000"'
npm run build

Build for production and view the bundle analyzer report

npm run build --report

Update Proto

update src/proto/
npm run proto

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published