Skip to content

Source code local operation-front end

Video Tutorial

Download source code and development tools

shell
# 记住安装路径,一路往下安装即可
# 打开 nvm安装路径(我的是【D:\Users\Administrator\AppData\Local\nvm】),找到 settings.txt 文件,新增2行配置
node_mirror: https://npmmirror.com/mirrors/node/
npm_mirror: https://npmmirror.com/mirrors/npm/
# 打开cmd窗口,执行
nvm list available
nvm install 18
nvm install 14
# 常用命令
nvm ls
nvm use 18
node -v

Run PC vue2 traditional interface source code

  • On the welcome page, open the Microi code open source version [/microi.web/] folder.
  • Check the [/microi.web/README.md] file and run after executing several npm general commands.
cmd
nvm use 14【注意一定需要14】
nrm use taobao
npm install
npm run dev

Run PC-side vue3 to imitate webos operating system interface (compiled version)

  • Go to [/microi.webos/] folder
  • Execute command# http-server to run

Run PC-side vue3 imitation webos operating system interface source code (personal version)

  • Open the Microi Code Personal Edition [/microi.vue3. OS/] folder on the welcome page
  • Check the [/microi.vue3. OS/description. txt] file and run after executing several npm general commands
cmd
#nvm use 18【建议使用18,与我们开发团队node版本一致】
#nrm use taobao
#npm install
#npm run dev

Run the mobile terminal vue3 uniapp source code (based on the figure bird UI)

  • Enter the [/microi.vue3.tuniao/] folder
  • After executing the# npm install, use the applet debugging tool to open it.

MIT License.