mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-07 14:39:25 +08:00
* feat: improve code * chore: update version * feat: api service * fix: api services * feat: improve code * feat: improve code * feat: improve code * feat: pm socket * fix: test errors * feat: add built-in plugins before upgrade * feat: update docs * feat: improve code * fix: after load
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.