本博客教学视频来源于imoom 《0到1快速构建自己的后台管理系统》课程
本节成果:
官方演示地址:https://talelin.com/
目录
一、项目介绍
项目地址源码: 林间有风: 林间有风团官方团队
文档地址:介绍 | Lin CMS
项目是前后端分离的框架,可以根据需要选择版本。本课程和博客主要使用vue+Koa实现后台管理系统
二、项目运行
1.前端代码运行
(1)下载代码
在你需要的文件目录中下载代码(使用imooc-island分支的代码)
git clone -b imooc-island https://gitee.com/talelin/lin-cms-vue.git
(2)安装依赖
安装依赖之前需要运行如下代码:
npm config set registry https://registry.npm.taobao.org
npm config set sass_binary_site https://npm.taobao.org/mirrors/node-saas
之后运行安装依赖命令
npm install