tiltysola / vite-vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vite-Vue

Drop webpack and enjoy vite!

Dependencies

  1. Vue 3.2.41
  2. Vue-Router 4.1.6

Dev Dependencies

  1. Vite 3.2.1
  2. Typescript 4.6.3

Contribute

1. First clone this project.

$ git clone https://git.futo.design/boilerplate/vite-vue.git --depth=1

2. Show your intelligence!

Vue entry: ./src/main.tsx

3. Run dev environment.

$ npm run dev

4. Build your app.

$ npm run build

5. Lint your code.

$ npm run lint
$ npm run lint:fix
$ npm run prettier

6. Other useful commands.

Clean dist dir: npm run clean

What you need to know

  1. You can use and distribute this project anywhere, but I hope you could keep the original README.MD.

  2. Enjoy it!

About


Languages

Language:Vue 34.1%Language:TypeScript 32.5%Language:Less 22.3%Language:HTML 11.1%