Skip to content

这是2021年对之前的小说阅读器项目的重写

Notifications You must be signed in to change notification settings

BlackGarland/read_app2.0

 
 

Repository files navigation

read_app

从github上clone项目后,在项目根目录下运行命令npm i,下载项目需要的所有插件和依赖,下载完成后,会在根目录生成一个叫node_modules的文件夹。如果npm i下载报错,可以把已经生成的node_modules删除,然后再尝试使用cnpm i下载

npm install / cnpm install

运行项目,在根目录运行命令

npm run serve

Compiles and minifies for production 打包封装项目(项目全部完成后,上线之前使用该命令,其余时间不使用此命令)

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

这是2021年对之前的小说阅读器项目的重写

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 86.3%
  • JavaScript 10.9%
  • HTML 2.4%
  • CSS 0.4%