Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 636 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 636 Bytes

monster

基于以下技术构建

  • Vue 全家桶
  • TypeScript
  • Element-UI
  • PWA
  • Stylus
  • Socket.io
  • ....

快速开始

该项目是 kittenz 后端项目的后台前端项目,请按需搭配使用。

1、clone 项目

git clone https://github.com/atzcl/monster.git

2、下载项目依赖

yarn install

3、运行项目

yarn serve

注意事项

封装的 Ueditor 编辑器默认加载远程 CDN 资源文件,如果需要加载本地资源,请解压 public/static/neditor.zip 文件。