1. Preparation for Mip component development

1. Dependency environment node.js

installation method:

https://jingyan.baidu.com/article/f25ef254a553b9482c1b82da.html

 

2. Common Commands of Windows Console

0" Clean up console content: cls

1" Solve console Chinese garbled characters: CHCP 65001

2" Enter the specified path: cd path

3" Return to the parent path: cd ..

4" Create a folder: md folder name

5" Delete folder: rd folder name

6" View all file names in the folder: dir

7" Open the specified file content: type file name

8" Open the file: the file name under the type path

 

3. Install Mip tool

1》npm install -g mip-cli

 

4. Mip common commands

1" View all commands: mip

2" Create an html file: mip add xxx.hml

3" View the mip console help command: mip

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325985519&siteId=291194637