tachybase_todo/packages/samples/custom-page
chenos 249dff16d3
refactor: plugin manager (#965)
* feat: improve code

* chore: update version

* feat: api service

* fix: api services

* feat: improve code

* feat: improve code

* feat: improve code

* feat: pm socket

* fix: test errors

* feat: add built-in plugins before upgrade

* feat: update docs

* feat: improve code

* fix: after load
2022-10-27 13:00:16 +08:00
..
src refactor: plugin manager (#965) 2022-10-27 13:00:16 +08:00
client.d.ts feat: add custom page sample and doc (#855) 2022-09-27 22:50:10 +08:00
client.js feat: add custom page sample and doc (#855) 2022-09-27 22:50:10 +08:00
package.json refactor: plugin manager (#965) 2022-10-27 13:00:16 +08:00
README.md feat: add custom page sample and doc (#855) 2022-09-27 22:50:10 +08:00
server.d.ts feat: add custom page sample and doc (#855) 2022-09-27 22:50:10 +08:00
server.js feat: add custom page sample and doc (#855) 2022-09-27 22:50:10 +08:00

Custom page

Register

yarn pm add sample-custom-page

Activate

yarn pm enable sample-custom-page

Launch the app

# for development
yarn dev

# for production
yarn build
yarn start

Visit the custom page

Open http://localhost:13000/hello-world in a web browser.