1.0.6 • Published 2 years ago

rldnd-cli v1.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago