Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 375 Bytes

File metadata and controls

40 lines (27 loc) · 375 Bytes

Note:

Added as submodule in cdp-ui

Client Usage

Install:

npm i -g yarn
yarn

Develop:

yarn dev

Build:

  • Generate static HTML in dist/
yarn build

Local Serve:

yarn preview

Deploy (surge.sh):

  • Use cp dist/index.html dist/200.html before deploy, to render SPA on /*
npm i -g surge
surge dist