read_app 从github上clone项目后,在项目根目录下运行命令npm i,下载项目需要的所有插件和依赖,下载完成后,会在根目录生成一个叫node_modules的文件夹。如果npm i下载报错,可以把已经生成的node_modules删除,然后再尝试使用cnpm i下载 npm install / cnpm install 运行项目,在根目录运行命令 npm run serve Compiles and minifies for production 打包封装项目(项目全部完成后,上线之前使用该命令,其余时间不使用此命令) npm run build Run your tests npm run test Lints and fixes files npm run lint Customize configuration See Configuration Reference.