Code Monkey home page Code Monkey logo

vue3-template's Introduction

Vue3 Template

Vue3、Vite项目模板

🍭 安装使用

获取项目代码

git clone https://github.com/gitboyzcf/vue3-template.git

安装依赖

pnpm install

运行

pnpm dev

打包

pnpm build

🍩 浏览器支持

本地开发推荐使用Chrome 80+ 浏览器

支持现代浏览器, 不支持 IE

 Edge
IE
 Edge
Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
not support last 2 versions last 2 versions last 2 versions last 2 versions

🍻特性

🍺 vscode 插件

  • 🍭 editorconfig
  • 🍬 dotenv
  • 🍿 prettier-vscode
  • 🍪 vscode-eslint
  • 🍺 unocss
  • 🍦 iconify
  • 🍰 volar
  • 🎂 errorlens
  • 🍧 error-gutters
  • 🍼 gitlens

🍣 Git 规范

参考 Vue 规范

  • ✨ feat 增加新功能
  • 🐛 fix 修复问题/BUG
  • 🎉 init 初始化
  • 📝 docs 文档变更
  • 💄 style 代码格式(不影响代码运行的变动)
  • ♻️ refactor 重构(既不是增加feature,也不是修复bug)
  • ⚡️ perf 性能优化
  • ✅ test 增加测试
  • ⏪️ revert 回退
  • 🚀‍ build 构建过程或辅助工具的变动
  • 👷 ci CI 配置

图标使用方式

  1. 前往图标库查找相关图标icon

  2. 安装图标所在的图标库

    # 格式:pnpm add @iconify-json/[the-collection-you-want] -D
    
    # 例如
    pnpm add @iconify-json/ep -D

    安装完后可以使用当前库下的所有图标 https://icon-sets.iconify.design/ep/

  3. 项目中使用 使用unocss的方式https://iconify.design/docs/usage/css/unocss/#icons-with-unocss

    <div class="i-ep-apple w-20px h-20px color-red"></div>

vue3-template's People

Contributors

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