Skip to content

Latest commit

 

History

History
executable file
·
47 lines (32 loc) · 862 Bytes

README.md

File metadata and controls

executable file
·
47 lines (32 loc) · 862 Bytes

NotJustCode

更好的阅读体验请访问这里

文章

本地运行

目录结构

|- articles 存放文章及文章相关数据
|- src 网页模板
|- static 存放静态文件

运行环境

  • Node.js
  • NPM

开发模式

npm install
npm run dev
# http://localhost:8000

生产预览模式

npm run build
npm run serve
# http://localhost:9000

问题

npm run dev / npm run build 出错

尝试删除.cache / public目录重新运行