会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
现象886
博客园
首页
新随笔
联系
订阅
管理
2019年12月30日
一次项目的前端代码规范
摘要: 一:文件目录含义: -src |__assets #静态资源 如自定义字体、图片、公共css |__common #公共样式文件路径 |__theme #主题配色 |__mixin #混入函数 |__variable #scss常用变量 |__components |__base #基础公共组件 |
阅读全文
posted @ 2019-12-30 10:50 现象886
阅读(296)
评论(0)
推荐(0)
2019年12月26日
vue-router 实现动态路由加载,权限管理
摘要: //先导入这些乱七八糟的import Vue from 'vue' import Router from 'vue-router' import store from '@/store/index' import NProgress from 'nprogress' import 'nprogres
阅读全文
posted @ 2019-12-26 13:57 现象886
阅读(13166)
评论(0)
推荐(0)
公告