实现脚手架 ————(一)项目初始化
小于 1 分钟约 60 字
实现一个 mini-vue-cli,首先需要用到命令行工具 commander.js
npm init -y
npm init -y
mini-vue-cli
|- node_modules
|- package-lock.json
|- package.json
+ |- index.html
+ |- /src
+ |- /js
+ |- format.js
+ |- math.js
+ |- index.js