- NodeJS 8.0+ required which can be downloaded from https://nodejs.org/en/
- How to run:
git clone https://github.com/williamhatch/frontend-basic.git
cd frontend-basic
npm install
npx live-server --open=./src
npm i vuepress -g
npm run vuepress // 开发模式
npm run docs:build // 编译上传
Vuepress 采坑教程 https://www.jb51.net/article/156259.htm
一步一步实现 https://blog.csdn.net/w993263495/article/details/88979087