nocobase/packages/samples/custom-page
2023-06-27 13:50:59 +08:00
..
src feat: upgrade formily (#1880) 2023-06-06 19:33:04 +08:00
client.d.ts
client.js
package.json chore(versions): 😊 publish v0.10.0-alpha.4 2023-06-27 13:50:59 +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.