Giter VIP home page Giter VIP logo

vue3-uni_app's Introduction

Uni-App

安装使用

  • 获取项目代码(https or ssh)
git clone https://github.com/jsxiaosi/vue3-uni_app.git

git clone [email protected]:jsxiaosi/vue3-uni_app.git
  • 安装依赖
cd vue3-uni_app

npm install

# 建议不要直接使用 cnpm 安装以来,会有各种诡异的 bug。可以通过如下操作解决 npm 下载速度慢的问题
# 如果下载依赖慢可以使用淘宝镜像源安装依赖
npm install --registry=https://registry.npm.taobao.org

运行

  • H5
npm run dev:h5
  • 微信小程序
npm run dev:mp-weixin

打包

  • H5
npm run build:h5
  • 微信小程序
npm run build:mp-weixin

规范相关

如何贡献

Pull Request:

  1. Fork 代码!
  2. 创建自己的分支: git checkout -b feature/xxxx
  3. 提交你的修改: git commit -m 'feature: add xxxxx'
  4. 推送您的分支: git push origin feature/xxxx
  5. 提交pull request

Git 贡献提交规范

  • 参考 vue 规范

    • feature 增加新功能
    • fixbug 修复问题/BUG
    • style 不影响程序逻辑的代码修改(修改空白字符,格式缩进,补全缺失的分号等,没有改变代码逻辑)
    • perf 优化/性能提升
    • refactor 重构
    • revert 撤销修改
    • docs 文档/注释
    • chore 依赖更新/脚手架配置修改等

维护者

@jsxiaosi

License

MIT © 2022

vue3-uni_app's People

Contributors

jsxiaosi avatar

Stargazers

Purlin Tan 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.