mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 16:15:44 +00:00
29 lines
247 B
Markdown
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]
|