Skip to content

8Wada/vtk-pro

Repository files navigation

vtk-pro

A CLI tool to create a new Vite Typescript project with React.

Installation

For the best experience, use npx to run the CLI tool.

npx vtk-pro my-app
bunx vtk-pro my-app
pnpm dlx vtk-pro my-app
yarn dlx vtk-pro my-app

Dependencies

This project uses the following dependencies:

  • Vite Typescript 6.2
  • React 19
  • Kamey-Components
  • TailwindCSS 4.0.0
  • React Router 7
  • React Query
  • Axios
  • Ant Design
  • clsx
  • dayjs
  • env-cmd
  • React-Icons
  • Framer Motion
  • Zustand

Getting Started

Once the project is installed, the following files need to be configured:

  1. tsconfig.app.json: Typescript configuration file.
  • Add these lines:
  "baseUrl": ".",
  "paths": {
    "@/*": ["src/*"]
  }
  1. package.json: NPM configuration file.
  • Add these lines:
  "scripts": {
    "build:qa": "env-cmd -f .env.qa vite build",
    "build:prod": "env-cmd -f .env.prod vite build",
  }

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 2

  •  
  •