nocobase/packages/samples/custom-page
2023-07-22 12:50:04 +08:00
..
src refactor(client)!: application, router and plugin (#2068) 2023-07-07 14:35:22 +08:00
client.d.ts refactor(client)!: application, router and plugin (#2068) 2023-07-07 14:35:22 +08:00
client.js refactor(client)!: application, router and plugin (#2068) 2023-07-07 14:35:22 +08:00
package.json chore(versions): 😊 publish v0.11.1-alpha.1 2023-07-22 12:50:04 +08:00
README.md
server.d.ts refactor(client)!: application, router and plugin (#2068) 2023-07-07 14:35:22 +08:00
server.js refactor(client)!: application, router and plugin (#2068) 2023-07-07 14:35:22 +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.