nocobase/packages/samples/custom-signup-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: sample-custom-signup-page (#893) 2022-10-12 12:13:31 +08:00
client.js feat: sample-custom-signup-page (#893) 2022-10-12 12:13:31 +08:00
package.json refactor: plugin manager (#965) 2022-10-27 13:00:16 +08:00
README.md feat: sample-custom-signup-page (#893) 2022-10-12 12:13:31 +08:00
server.d.ts feat: sample-custom-signup-page (#893) 2022-10-12 12:13:31 +08:00
server.js feat: sample-custom-signup-page (#893) 2022-10-12 12:13:31 +08:00

Custom sign up page

Register

yarn pm add sample-custom-signup-page

Activate

yarn pm enable sample-custom-signup-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.