码迷,mamicode.com
首页 > 其他好文 > 详细

vue简介

时间:2018-05-11 23:40:09      阅读:202      评论:0      收藏:0      [点我收藏+]

标签:hub   cal   依赖包   efi   directory   not   form   ejs   query   

参考资料:
https://cn.vuejs.org/
https://router.vuejs.org/zh-cn/
https://vuex.vuejs.org/
https://github.com/vuejs/awesome-vue

一、vue+jquery
vue(IE9+)

   企业后台或企业站

二、vue全家桶:vue+ES6+vuerouter+less(sass或stylus)+vuex+webpack+......

通过用vue脚本架来开发项目 

  npm install -g @vue/cli

 如果npm install安装一些依赖包慢,可以换成淘宝镜像:
   npm config set registry https://registry.npm.taobao.org

禁用eslint代码检查:config->index.js 找一下 useEslint: true,改成false

真机测试: 打开vue脚本架 config->index.js 中的host:"localhost"改为 host: ‘0.0.0.0‘

打包路径:打开vue脚本架 config->index.js 中的
build: {
// Template for index.html
index: path.resolve(__dirname, ‘../dist/index.html‘),

// Paths
assetsRoot: path.resolve(__dirname, ‘../dist‘),
assetsSubDirectory: ‘static‘,
 将  assetsPublicPath: ‘/‘,改成assetsPublicPath: ‘./‘

移动端H5页面高清多屏适配方案:
https://note.youdao.com/share/?id=8e3044287f1ab4822b3647cfa21c67e5&type=note#/

通常浏览器默认使用的字号:16px;

浏览器最小能设置12px号字

       可以通过 transform:scale(0.8) 缩入

vue简介

标签:hub   cal   依赖包   efi   directory   not   form   ejs   query   

原文地址:https://www.cnblogs.com/zbcry/p/9026332.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!