- 爬虫相关界面端,开发中
- 配置文件
cp src/config/env.example.js src/config/env.js
git clone https://github.com/suhanyujie/NovelSpiderFrontend.git
npm install
,如果安装时报错:- 试试
npm cache clean --force
,再 运行npm install
- 或者试试
npm install --no-bin-links
- 试试
npm run build
- 开发时,使用
npm run dev
,然后编辑源代码调试