tachybase_todo/packages/plugins/@tachybase/plugin-sample-hello/README.md
sealday ede7ead8b1 chore(version): release v0.21.34 (#1045)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1045
2024-05-24 01:06:06 +08:00

29 lines
233 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
yarn start
```
## Demo
[gif]