tachybase_todo/packages/plugins/@nocobase/plugin-sample-custom-signup-page/README.md

29 lines
371 B
Markdown
Raw Normal View History

2022-10-12 12:13:31 +08:00
# Custom sign up page
## Register
```ts
yarn pm add sample-custom-signup-page
```
## Activate
```bash
yarn pm enable sample-custom-signup-page
```
## Launch the app
```bash
# for development
yarn dev
# for production
yarn build
yarn start
```
2022-11-09 09:19:29 +08:00
## Visit the custom sign up page
2022-10-12 12:13:31 +08:00
2022-11-09 09:19:29 +08:00
Open [http://localhost:13000/signup](http://localhost:13000/signup) in a web browser.