Skip to content
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.
/ otakus Public archive

此项目是为otakus而创建的一款番剧、漫画、小说管理系统。

Notifications You must be signed in to change notification settings

everbrez/otakus

Repository files navigation

Otakus

此项目是为otakus而创建的一款番剧、漫画、小说管理系统。

Build Status Coverage Status

项目安装

  1. mac用户可跳过此步骤,windows用户在git config中设置
git config --global core.autocrlf input

此命令使git上传代码时默认将CRLF转换为LF,为了维护代码统一,windows系统的用户请先设置编辑器的默认换行符为LF\n再进行开发。

  1. 将项目下载到本地
git clone git@github.com:everbrez/otakus.git
  1. 安装依赖包
npm i

或者使用淘宝镜像

cnpm i
  1. 开启开发者服务器dev-server
npm start
  1. 执行测试
npm test
  1. 代码风格检测
npm run lint

其中报告会生成在/test/lint.html

  1. 打包
npm run build

此处如果代码风格检测不通过则会fail,无法成功打包。

Project map

map

About

此项目是为otakus而创建的一款番剧、漫画、小说管理系统。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published