mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 21:47:16 +00:00
29 lines
289 B
Markdown
29 lines
289 B
Markdown
|
# custom-collection-template
|
||
|
|
||
|
## Register
|
||
|
|
||
|
```ts
|
||
|
yarn pm add sample-custom-collection-template
|
||
|
```
|
||
|
|
||
|
## Activate
|
||
|
|
||
|
```bash
|
||
|
yarn pm enable sample-custom-collection-template
|
||
|
```
|
||
|
|
||
|
## Launch the app
|
||
|
|
||
|
```bash
|
||
|
# for development
|
||
|
yarn dev
|
||
|
|
||
|
# for production
|
||
|
yarn build
|
||
|
yarn start
|
||
|
```
|
||
|
|
||
|
## Demo
|
||
|
|
||
|
[gif]
|