nocobase/packages/samples/custom-signup-page
2023-08-24 17:49:13 +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.13.0-alpha.1 2023-08-24 17:49:13 +08:00
README.md Update README.md (#1053) 2022-11-09 09:19:29 +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

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.