nocobase/packages/samples/hello
2023-08-02 00:10:42 +08:00
..
src refactor!: plugins build and plugins load (#2253) 2023-08-02 00:07:52 +08:00
.npmignore refactor!: plugins build and plugins load (#2253) 2023-08-02 00:07:52 +08:00
client.d.ts refactor!: plugins build and plugins load (#2253) 2023-08-02 00:07:52 +08:00
client.js refactor!: plugins build and plugins load (#2253) 2023-08-02 00:07:52 +08:00
package.json chore(versions): 😊 publish v0.12.0-alpha.1 2023-08-02 00:10:42 +08:00
README.md fix: auto install a plugin on enable (#852) 2022-09-26 23:47:07 +08:00
server.d.ts refactor!: plugins build and plugins load (#2253) 2023-08-02 00:07:52 +08:00
server.js refactor!: plugins build and plugins load (#2253) 2023-08-02 00:07:52 +08:00

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]