uni-app development environment to build

Installation node.js

http://cdn.npm.taobao.org/dist/node/v10.15.3/node-v10.15.3-x64.msi

Installation code editor HBuilderX

https://download.dcloud.net.cn/HBuilderX.1.9.3.20190422.zip

New Project

1. Open HBuilderX, File -> New -> Project

2. Select uni-app items -> Enter a project name -> Create

Introduced Bmob

1. Download Bmob compressed
https://github.com/bmob/hydrogen-js-sdk/
2. decompress compressed and taken out of the package, projects into the lib directory
path: hydrogen-js-sdk- master \ dist \ Bmob-1.7.0.min.js
3. introduction and initialization

var Bmob = require('../lib/Bmob-1.7.0.min.js');

Bmob.initialize("afa6bed8c4b205dc900d93a9cb3932ad", "bda9560d45e57f88387788180e9249cd");

The introduction of Color-UI

http://ext.dcloud.net.cn/plugin?id=239

The introduction of the font icon library Iconfont

https://www.iconfont.cn

https://www.cnblogs.com/xguoz/p/10245641.html

Guess you like

Origin blog.csdn.net/qq_27851967/article/details/89466976