Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 521 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 521 Bytes

前端基础知识汇总

示例代码运行

  • NodeJS 8.0 need https://nodejs.org/en/
  • Clone or download this repository Enter your local directory, and
  • install dependencies:
npm install
npx live-server --open=./src

思维导图

avatar

常用绘图工具总结

链接

Vuepress使用方法

npm i vuepress -g
npm run vuepress // 开发模式
npm run docs:build // 编译上传