2021/05/21更新
大屏展示系统。
yarn install
yarn serve
yarn run build
yarn run test
yarn run lint
'|-- big-data-front-vue',
' |-- .gitignore',
' |-- babel.config.js',
' |-- package-lock.json',
' |-- package.json',
' |-- README.md',
' |-- vue.config.js',//后台地址配置
' |-- yarn-error.log',
' |-- yarn.lock',
' |-- build',
' | |-- module.js', //根目录运行node build/module 生成页面views和router
' |-- public',
' | |-- favicon.ico',
' | |-- index.html',
' |-- src',
' |-- App.vue',
' |-- main.js',
' |-- store.js',
' |-- assets',
' | |-- 404.png',
' | |-- border.png',
' | |-- icon_fail_red.png',
' | |-- logo_qd.png',
' | |-- success.png',
' | |-- title.png',
' | |-- css',
' | |-- modules',
' |-- axios',
' | |-- index.js',//axios 进出口拦截器
' |-- components',
' | |-- index.js',
' | |-- common',//通用组件例如header、footer
' | |-- errorpage',
' | |-- 404.vue',
' |-- mixins',
' | |-- common.js',
' | |-- public.js',
' |-- router',
' | |-- router.js',
' | |-- modules',//具体页面路由信息
' |-- styles',
' | |-- global.less',
' |-- views',
' |-- Home.vue',
1.整体的布局还是使用百分比
2.使用rem的最佳场景是,遇到例如多列带有图片的列表,常常需要图片固定宽高比
3.字体一般情况建议使用px
4.出现1px像素线的地方,仍旧使用border-width:1px;而不是border-width:.1rem