nocobase/packages/samples/hello/README.md
2022-09-26 15:18:20 +08:00

29 lines
247 B
Markdown

# Hello sample
## Register
```ts
yarn pm add sample-hello
```
## Activate
```bash
yarn pm enable sample-hello
```
## Launch the app
```bash
# for development
yarn dev
# for production
yarn build samples/hello
yarn start
```
## Demo
[gif]