GithubHelp home page GithubHelp logo

xiaojiangjun's Introduction

xiaojiangjun

小将军-小程序UI

git 基本命令

切记 提交前先拉取项目

克隆仓库

git clone https://github.com/1Crazy/xiaojiangjun.git

拉取远程仓库

git pull origin dev

查看仓库状态

git status

将文件全部文件放入暂存区

git add .

将单个文件放入暂存区

git add 文件名

提交

git commit -m "提交消息"

推送至远程仓库(不要推送至master分支,创建自己的分支名,并推送)

git push origin 远程分支名

接口设置路径

/public/utils

项目运行环境

  1. HBuider X
  2. sass插件
  3. ES6插件
  4. uni-app编译插件

接口请求示例

/**
*
* url 为接口后缀
* 
**/
Request(url, data, method = 'GET', title = '加载中', baseUrl = dev , dataType = 'json')
.then((res)=>{
    // 成功方法
})
.catch((res)=>{
    // 失败方法
})

xiaojiangjun's People

Contributors

1crazy avatar

Watchers

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