nocobase/packages/samples/custom-page/README.md

29 lines
313 B
Markdown
Raw Normal View History

# Custom page
## Register
```ts
yarn pm add sample-custom-page
```
## Activate
```bash
yarn pm enable sample-custom-page
```
## Launch the app
```bash
# for development
yarn dev
# for production
yarn build
yarn start
```
## Visit the custom page
Open http://localhost:13000/hello-world in a web browser.