mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 21:49:25 +08:00
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.