nocobase/packages/samples/hello/README.md

29 lines
233 B
Markdown
Raw Normal View History

2022-09-26 07:18:20 +00:00
# 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
2022-09-26 07:18:20 +00:00
yarn start
```
## Demo
[gif]