加入运行说明
yjiangnan opened this issue · 2 comments
yjiangnan commented
作为一个所有IT及相关人员都可能参与的项目,不应该假设用户知道如何运行Vue App。建议加入下面的命名至README:
git clone https://github.com/fengT-T/996_list.git
cd 996_list/
npm install
npm run serve
最好再加入相关的说明,比如依赖。不然别人只看到一堆文件,都不知道从哪里下手看。我Google了一下如何运行Vue App才搞明白要用上面的命令的。
另外,955里面的链接不正确,点一个链接 直接跳到996页面了。
yjiangnan commented
没有看到主页面上面有个链接 https://fengt-t.github.io/996_list/
建议放到README.md里面去,不然太难发现了。
fengT-T commented
ok