前端工程部署步骤小记

安装mqtt:
“mqtt”: “^4.3.7”,
npm install

git panjiacheng 后台demo下载zip
1、npm install --registry=https://registry.npmmirror.com
2、npm run dev

前端demo创建
1、安装npm
2、npm install vue@next
3、npm install -g @vue/cli
查看版本 vue --version
4、更新插件 vue upgrade --next
5、 Command vue init requires a global addon to be installed.
Please run npm i -g @vue/cli-init and try again.
6、使用 vue init webpack命令创建一个项目(项目名不能用大写字母):vue init webpack design-system
7、初始化选项:
? Project name design-system
? Project description A Vue.js project
? Author gegewu
? Vue build standalone
? Install vue-router? Yes
? Use ESLint to lint your code? No
? Set up unit tests No
? Setup e2e tests with Nightwatch? No
? Should we run npm install for you after the project has been created? (recommended) npm
8、cd design-system
npm run dev

参考链接:
Vue创建Demo项目:https://blog.csdn.net/weixin_41924879/article/details/128828854
webpack初始化项目参数详解:https://blog.csdn.net/qq_31754523/article/details/99622172

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值