Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 653 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 653 Bytes

AMPSphere frontend

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Performance diagnosis tips

# analyze the chunk-vendors.js and create a production build
npm run report  

Serve the production build on server

npm install --global yarn
yarn global add serve
npx serve -s -l tcp://0.0.0.0:80 dist

Customize configuration

See Configuration Reference.