Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 221 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 221 Bytes

Code Health Tips

正确的打开方式:

  • 前提条件:需要有NodeJS环境
    • npm -v 检查NPM版本
  • npm install
  • npm run serve
  • 打开浏览器,访问http://localhost:4000