SumH
SumH
感谢快速响应,clone了最新的repo但是问题还是存在, 执行新命令生成目录,提示目录已经存在了 ``` node build/new-article.js "-m" "src/md/articles"目录已存在,无需创建! ``` 执行生成新文章的时候提示还是找不到路径 ``` > [email protected] article /Users/mac/vue/vue2 > node build/new-article.js "-n" "test" 找不到文章路径,请使用‘npm run article -- -m’来创建路径 ``` 生成文章路由的时候依然报错: ``` > node build/new-article.js...
你好,我看了下目录,的确是没有生成MD目录,打印了一下err ├── src │ ├── App.vue │ ├── App1.vue │ ├── articleList.json │ ├── articlesPreRender.js │ ├── articlesRoutes.js │ ├── assets │ ├── components │ ├── main.js │ ├── resources.js...
感谢效率支持,测试了一下新的release还是有一些问题 ``` ➜ vue2 git:(master) ✗ npm run article -- -n "test" > [email protected] article /Users/mac/vue/vue2 > node build/new-article.js "-n" "test" /Users/mac/vue/vue2/build/new-article.js:73 async function createArticle(arg) { ^^^^^^^^ SyntaxError: Unexpected token...