摘要:
前提条件: 需要安装django,可以参考如下连接: https://www.cnblogs.com/hxlasky/p/18270726 1.创建项目 发现报错误: 解决办法: https://visualstudio.microsoft.com/zh-hans/visual-cpp-build- 阅读全文
摘要:
环境:OS:Centos 7vue版本:3.0 1.打包npm run build 2.这个时候会生成一个dist目录C:\Users\Administrator\PycharmProjects\myvue02\dist 3.将dist文件夹上传到ngnix中的html目录中/usr/share/n 阅读全文
摘要:
1.安装nginx[root@dsc1 ~]#yum install -y nginx[root@dsc1 ~]# rpm -qa | grep nginxnginx-1.20.1-10.el7.x86_64nginx-filesystem-1.20.1-10.el7.noarch 2.启动syst 阅读全文
摘要:
1.新增文件 MyVue.vue 文件内容如下: <template> <div class="hello"> <h1>{{msg}}</h1> </div> </template> <script> export default { name: 'MyVue', data () { return 阅读全文