Giter VIP home page Giter VIP logo

vue-vite-starter's Introduction

vue-vite-starter

快速克隆对应分支

方式1(推荐):利用 degit 工具快速克隆所需分支,该工具不会将 git 历史克隆下来。例如克隆 admin 分支:

npx degit github:jizai1125/vue-vite-starter#admin my-project

方式2:使用 git 命令,指定选项 --depth=1 是下载单 commit,-b 是下载指定分支

git clone --depth=1 -b admin [email protected]:jizai1125/vue-vite-starter.git

分支说明

  • main:基础配置
  • admin 分支:在基础配置上集成管理台相关的配置
  • h5 分支:在基础配置上集成 h5 移动端相关的配置

main 分支集成说明

  • 技术栈:vue 3vite 3pinia 2Vue Router 4TypeScript 4
  • 代码风格检查约束:ESLint + Prettier、husky + lint-staged
  • 浏览器兼容性:@vitejs/plugin-legacy 插件
  • 打包结果分析:rollup-plugin-visualizer 插件
  • svg 图片:SvgIcon 组件、vite-plugin-svg-icons 插件
  • ...

相关文档:

admin 分支集成说明

除了 main 分支集成 外,还有集成以下

相关文档:

h5 分支集成说明

除了 main 分支集成 外,还有集成以下

相关文档:

image-20221024175041304

推荐开发工具

VSCode + Volar

vue-vite-starter's People

Contributors

jizai1125 avatar

Stargazers

 avatar  avatar  avatar  avatar  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.