deep-fish-pixel / create-vite-app

create vite vue3/vue2 app project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

create vue3/vue2 app template cli

创建vue模板项目,适用于h5和pc,项目支持typescript、ssg、ssr、pwa、pinia、i18n、eslint、test等

Install

npm install vite-app-pro -g

Usage

vite-app-pro create helloWorld 
cd helloWorld && npm run start

Modules

  • vue3/vue2
  • typescript
  • vue-router
  • pinia
  • jsx
  • csr/ssg/ssr mode
  • pwa
  • scss/less/stylus
  • eslint
  • husky
  • i18n
  • unit/e2e test
  • mock data
  • extends keep-alive
  • web terminal
    • ajax progress bar
    • ui component lib:
      • vue2: element-ui
      • vue3: lego
  • H5 terminal
    • vConsole
    • ui component lib: vant

模板项目截图

web项目

web-pinia web-request web-i18n

h5项目

h5-pinia

h5-request

h5-i18n

About

create vite vue3/vue2 app project


Languages

Language:TypeScript 41.5%Language:JavaScript 34.2%Language:Vue 15.6%Language:Less 2.2%Language:SCSS 2.2%Language:Stylus 2.2%Language:CSS 1.0%Language:HTML 0.7%Language:Shell 0.2%