This repository was archived by the owner on Jun 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,15 @@ A template for using electron quickly.
66
77- App framework: [ ` electron ` ] ( https://www.electronjs.org/ )
88- App build tool: [ ` electron-builder ` ] ( https://www.electron.build/ )
9+ - App storage: [ ` electron-store ` ] ( https://github.com/sindresorhus/electron-store )
910- Bundle tool: [ ` vite ` ] ( https://vitejs.dev/ )
1011- Frontend framework: ` react ` + ` typescript `
11- - Code style: ` eslint ` + ` prettier `
12- - File-system based router: [ ` generouted ` ] ( https://github.com/oedotme/generouted )
12+ - Code style: ` eslint ` + ` prettier ` + [ ` @trivago/prettier-plugin-sort-imports ` ] ( https://github.com/trivago/prettier-plugin-sort-imports )
13+ - File-system based router: [ ` generouted ` ] ( https://github.com/oedotme/generouted ) + [ ` @tanstack/react-location ` ] ( https://react-location.tanstack.com/overview )
1314- CSS: [ ` styled-components ` ] ( https://styled-components.com/ )
1415- State management library: [ ` recoil ` ] ( https://hookstate.js.org/ )
1516- Date: [ ` dayjs ` ] ( https://day.js.org/ )
17+ - Form value handle: [ ` formik ` ] ( https://formik.org/ )
1618
1719## Getting Started
1820
You can’t perform that action at this time.
0 commit comments