Git Product home page Git Product logo

vue-ts-3's Introduction

Vite Vue 3 TypeScript Starter

A rapid development starter kit using Vite, Vue3, TypeScript, Vitest, ESLint, Prettier, Husky, and UnoCSS.

Getting Started

Run

npx @xqsit94/vite-vue3-ts-starter my-vue-app

and follow the prompts.

Features

  • ๐Ÿš€ Fast development and build times with Vite
  • ๐Ÿ–– Vue 3 for UI components
  • ๐Ÿงญ Vue Router for client-side routing
  • ๐Ÿ—„๏ธ Pinia for state management
  • ๐Ÿฆ‹ TypeScript for static type checking
  • ๐Ÿ“š Interactive UI development and testing with Storybook
  • โœ… Unit Testing with Vitest
  • ๐Ÿงน Linting and formatting with ESLint and Prettier
  • ๐Ÿถ Pre-commit checks using Husky
  • ๐ŸŽจ Optimized CSS with UnoCSS

Commands

Using npm

npm run dev             # Run the app in development mode.
npm run build           # Build the app for production using type-check and build-only.
npm run preview         # Serve the built app for preview.
npm run test:watch      # Run Vitest in watch mode.
npm run test            # Run Vitest without watch.
npm run lint            # Run ESLint to check for code issues.
npm run format          # Run Prettier to format code.
npm run postinstall     # Install Husky Git hooks.
npm run prepare         # Prepare Husky hooks.

Using Yarn

yarn dev             # Run the app in development mode.
yarn build           # Build the app for production using type-check and build-only.
yarn preview         # Serve the built app for preview.
yarn test:watch      # Run Vitest in watch mode.
yarn test            # Run Vitest without watch.
yarn lint            # Run ESLint to check for code issues.
yarn format          # Run Prettier to format code.
yarn postinstall     # Install Husky Git hooks.
yarn prepare         # Prepare Husky hooks.

Using pnpm

pnpm dev             # Run the app in development mode.
pnpm build           # Build the app for production using type-check and build-only.
pnpm preview         # Serve the built app for preview.
pnpm test:watch      # Run Vitest in watch mode.
pnpm test            # Run Vitest without watch.
pnpm lint            # Run ESLint to check for code issues.
pnpm format          # Run Prettier to format code.
pnpm postinstall     # Install Husky Git hooks.
pnpm prepare         # Prepare Husky hooks.

vue-ts-3's People

Contributors

kareemlashin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.