Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 466 Bytes

File metadata and controls

32 lines (20 loc) · 466 Bytes

Miox实战 - 基础使用

我们提供可供参考的代码示例来供开发者阅读,同时提供效果演示。

演示地址

https://51nb.github.io/miox-demo-basic-use/build/

克隆项目

git clone git@github.com:51nb/miox-demo-basic-use.git

安装依赖

npm install

启动开发调试

npm run dev

启动编译打包

npm run build