sealday
ede7ead8b1
Co-authored-by: sealday <sealday@gmail.com> Reviewed-on: daoyoucloud/tachybase#1045
29 lines
233 B
Markdown
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]
|