nocobase/packages/samples/hello
2022-09-30 13:03:55 +08:00
..
src fix: hello sample 2022-09-30 13:03:55 +08:00
client.d.ts
client.js
package.json Doc: dev collection fields (#846) 2022-09-26 01:18:55 +08:00
README.md fix: auto install a plugin on enable (#852) 2022-09-26 23:47:07 +08:00
server.d.ts
server.js

Hello sample

Register

yarn pm add sample-hello

Activate

yarn pm enable sample-hello

Launch the app

# for development
yarn dev

# for production
yarn build
yarn start

Demo

[gif]