1.0.6 • Published 1 year ago

rldnd-cli v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

templates

vite-react-typescript template

How To Use?

npx rldnd-cli

Tech Stack

  • Vite
  • React
  • Typescript
  • Sass ( scss ), CSS Module
  • React-Query
  • Recoil

Files

vite.config.ts

If you want modify css modules hashPrefix

export default defineConfig({
  ...
   css: {
    modules: {
      ...
      hashPrefix: 'CHANGE_HERE',
    },
  },
  ...
});
  • vite-plugin-svgr

    • Transform SVGs into React components
  • vite-plugin-checker

    • Run TypeScript, VLS, vue-tsc, ESLint, Stylelint in worker thread.
  • vite-plugin-env-compatible

    • To load env process.env
1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago