Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 280 Bytes

ReadME.md

File metadata and controls

14 lines (10 loc) · 280 Bytes

Example Site

Production

    npm run build
  • copy src/plugin/*.* to dist/

Development

    npm run start
  • listen port 8080

Api start

    npm run api
  • listen port 3000