Code Monkey home page Code Monkey logo

uniapp-frame's Introduction

uniapp-frame

基于uni-app搭建的基础业务轮子

依赖相关链接

支持功能

  • 封装接口请求工具
  • 提供json转formData函数
  • 引入uView UI组件库
  • 基于uView UI组件库实现小程序底部导航
  • 增加提交代码时的eslint检查
  • 统一系统环境配置
  • 默认支持小程序分包,并支持分包优化

安装项目依赖

yarn install
npm install
cnpm install

运行在微信小程序

yarn run dev:mp-weixin
npm run dev:mp-weixin
cnpm run dev:mp-weixin

编译到微信小程序

yarn run build:mp-weixin
npm run build:mp-weixin
cnpm run build:mp-weixin

进行eslint检查

yarn run lint
npm run lint
cnpm run lint

进行eslint自动修正

yarn run lint --fix
npm run lint --fix
cnpm run lint --fix

uniapp-frame's People

Contributors

songjianet avatar

Watchers

James Cloos 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.