Giter Club home page Giter Club logo

vue3-ts-vite's Introduction

技术栈

  • vite 尤大团队开发的新一代构建工具,急速启动,快速热载
  • axios 这个就不用介绍了吧,使用最广泛的 ajax 封装插件
  • naive-ui 尤雨溪推荐 UI 库,TypeScript 语法,主题可调,为 vue3 而生
  • vueuse 尤雨溪推荐,可以理解为 vue3 的 hooks 库,专为 vues 设计
  • pinia 尤雨溪推荐,替代 vuex4,作者原话 pinia 就是 vuex5 了

脚手架安装

本项目目前支持通过cdv-cli脚手架来安装。

cdv-cli 脚手架使用方法点击查看

开发运行

    # 安装依赖
    yarn install

    # 本地开发 开启服务
    yarn dev

    # 打包
    yarn build

本项目 git Commit message 统一规范

常用的修改项

  • feat: 增加新功能
  • fix: 修复问题/BUG
  • style: 代码风格相关无影响运行结果的
  • perf: 优化/性能提升
  • refactor: 重构
  • revert: 撤销修改
  • test: 测试相关
  • docs: 文档/注释
  • chore: 依赖更新/脚手架配置修改等
  • workflow: 工作流改进
  • ci: 持续集成
  • types: 类型定义文件更改
  • wip: 开发中

⬆ 返回顶部

vue3-ts-vite's People

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.