nocobase/packages/plugins/@nocobase/plugin-sample-custom-signup-page
2023-12-12 14:10:36 +08:00
..
src feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
.npmignore feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
client.d.ts feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
client.js feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
package.json chore(versions): 😊 publish v0.17.0-alpha.4 2023-12-12 14:10:36 +08:00
README.md feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
server.d.ts feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
server.js feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +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 sign up page

Open http://localhost:13000/signup in a web browser.