08 2019 档案

摘要:1.初始化node 项目 2.安装需要部件 3.编写简单代码 routers=>:index.js login.js users.js 根目录 index.js 根目录config.js routers:index.js routers:login.js routers:users.js 4.运行效 阅读全文
posted @ 2019-08-13 22:04 sulin 阅读(534) 评论(0) 推荐(0)
摘要:1.项目调整后的目录 api:数据接口定义 assets:静态文件 components:组件 config:项目相关配置 driective:指令 router:路由 store:状态管理 utils:工具类 views:页面 vue 加载顺序:入口文件【index.html】=> App.vue 阅读全文
posted @ 2019-08-12 22:25 sulin 阅读(1068) 评论(0) 推荐(0)
摘要:1.运行环境及设置 备注:建议设置 npm config set registry https://registry.npm.taobao.org 2.全局安装vue/cli 3.创建vue 项目 vue create ls-vue 选择的结果如下图: CSS预处理器语言,此处选择LESS 4.运行 阅读全文
posted @ 2019-08-11 19:25 sulin 阅读(511) 评论(0) 推荐(0)
摘要:1.引用xadmin layui 2.autofac+dapper+mvc 3.效果展示 4.github https://github.com/sulin888/LsProject 登录密码:Admin 123456 阅读全文
posted @ 2019-08-11 13:00 sulin 阅读(2627) 评论(3) 推荐(0)
摘要:1.引用相关js文件 2.菜单采用静态数据加载 3.效果展示 4.代码下载 https://github.com/sulin888/NetVueAdmin.git 阅读全文
posted @ 2019-08-10 18:11 sulin 阅读(620) 评论(0) 推荐(0)