首页 技术 正文
技术 2022年11月16日
0 收藏 390 点赞 3,014 浏览 685 个字

一、安装 Node、Python、Git、Ruby 这些都不讲解了 二、安装 Vue-Cli  

# 最新稳定版本
# 全局安装
npm install --global vue-cli# 创建一个基于 webpack 模板的新项目
vue init webpack my-product# 进入项目目录
cd my-product# 安装依赖
npm run dev

 三、常用命令 

# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# build for production and view the bundle analyzer report
npm run build --report# run unit tests
npm run unit# run e2e tests
npm run e2e# run all tests
npm test

 四、项目结构 vue-cli 第一章vue-cli 第一章

五、相关资料 https://bootstrap-vue.js.org/docs/components/modalhttp://www.yyyweb.com/4763.htmlhttp://www.yyyweb.com/4748.htmlhttps://github.com/museui/muse-uihttp://www.muse-ui.org/https://segmentfault.com/a/1190000007752902https://www.zhihu.com/question/35820643 

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:8,996
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,510
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,353
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,137
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,770
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:4,848