nocobase/packages/samples/hello
2023-03-09 12:45:30 +08:00
..
src feat: add chart plugin (#1477) 2023-03-04 19:36:58 +08:00
client.d.ts
client.js
package.json chore(versions): 😊 publish v0.9.1-alpha.2 2023-03-09 12:45:30 +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]