Skip to content

Commit

Permalink
chore: update rsbuild template
Browse files Browse the repository at this point in the history
  • Loading branch information
hunghg255 committed Nov 8, 2023
1 parent 108b13f commit f1745f5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ bunx create-template-fe@latest
|- Vitejs, React18, Typescript, SWC
|- Vitejs, Antd, Recoil, i18n, Typescript

- Rsbuild
|- Rsbuild, Antd, Recoil, i18n, Typescript

- Nextjs
|- Next12, Antd, Recoil, i18n, Typescript
|- Next13, Antd, Jotai, i18n, Typescript (Page Router)
Expand Down
17 changes: 14 additions & 3 deletions src/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
red,
yellow,
lightYellow,
lightGray
lightGray,
} from 'kolorist';

export const templates = [
Expand Down Expand Up @@ -46,18 +46,29 @@ export const templates = [
githubRepo: 'https://github.com/hunghg255/vite-react-swc-init.git',
},
{
name: 'Vitejs, Antd, Recoil, i18n, Typescript',
name: 'Vitejs, Antd, Jotail, i18n, Typescript',
color: yellow,
githubRepo: 'https://github.com/hunghg255/vite-react-antd.git',
},
],
},
{
framwork: 'Rsbuild',
color: magenta,
variants: [
{
name: 'Rsbuild, Antd, Jotail, i18n, Typescript',
color: green,
githubRepo: 'https://github.com/hunghg255/rsbuild-react-antd.git',
}
],
},
{
framwork: 'Nextjs',
color: lightGreen,
variants: [
{
name: 'Next12, Antd, Recoil, i18n, Typescript',
name: 'Next12, Antd, Jotail, i18n, Typescript',
color: red,
githubRepo: 'https://github.com/hunghg255/next12-antd-recoil.git',
},
Expand Down

0 comments on commit f1745f5

Please sign in to comment.