nocobase/packages/samples/custom-page
2023-05-26 17:05:46 +08:00
..
src fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
client.d.ts
client.js
package.json chore(versions): 😊 publish v0.9.4-alpha.2 2023-05-26 17:05:46 +08:00
README.md
server.d.ts
server.js

Custom page

Register

yarn pm add sample-custom-page

Activate

yarn pm enable sample-custom-page

Launch the app

# for development
yarn dev

# for production
yarn build
yarn start

Visit the custom page

Open http://localhost:13000/hello-world in a web browser.