运行一个vue项目vite-electron-vue
必备软件:
1) visual studio code
2) nodejs 18.16.0
3) yarn
下载源码:
git clone https://gitee.com/panie/vite-electron-vue.git
运行项目
1/ 采用vscode 打开文件夹
2/ 查看一下各种命令的版本
$ node -v
v18.16.0
# 更改源。 首次安装一定要更改源,要不然下面的命令慢到会怀疑人生
$ npm config set registry https://registry.npm.taobao.org -g
yarn config set sass_binary_site http://cdn.npm.taobao.org/dist/node-sass -g
$ npm -v
9.5.1
# 升级
$ npm install npm -g
$ npm -v
9.6.4
# 安装
$ npm install -g yarn
( npm uninstall yarn)
# 查看版本
$ yarn -version
$ yarn install
# 查看package.json 中设置的快捷命令方式
$ yarn run dev
作者:panie
出处:http://www.cnblogs.com/panie2015/
如果您希望与我交流互动,欢迎加我微信
本文内容为作者辛苦整理书写,欢迎转载,但请保留文章出处