摘要: (一)新建vue项目 npm install -g cnpm --registry=https://registry.npm.taobao.org 安装cnpm淘宝镜像 cnpm install vue 安装vue,查看vue -V npm install -g @vue/cli 或 cnpm in 阅读全文
posted @ 2020-11-06 13:26 _0123456789 阅读(653) 评论(0) 推荐(0) 编辑
摘要: (一)新建Express项目 express prjName 新建项目 cd prjName 进入目录 npm install 安装依赖 npm start 本地启动 (二)ubuntu配置node+express 安装相关工具: sudo apt-get install nodejs sudo a 阅读全文
posted @ 2020-11-06 13:08 _0123456789 阅读(395) 评论(0) 推荐(0) 编辑