mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 18:37:04 +00:00
a7e6e4716a
* docs: custom ui route sample * feat: custom page * fix: remove error * feat: update doc * fix: defaultShowCode true
313 B
313 B
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.