105 字
1 分钟
环境部署与发布
2020-06-01
无标签

sudo yarn deploy#

把node_modules 删除之后,输入以下命令(一定这个顺序):#

1 npm install vue-template-compiler -D#

2 npm install#

3 npm run dev#

{ “compact”: false, “presets”: [“env”, “react”, “stage-0”], “plugins”: [ “transform-runtime” ] }

如果不存在则手动创建该文件,并填写内容如:

// { text: 'Go-learning', link: '/go-learning/' },
// { text: '区块链', link: '/go-block/' },
// { text: 'spark', link: '/post/learning-spark/' },
// { text: 'scala', link: '/post/learning-scala/' },
// { text: 'GraphQL', link: '/post/graphql-guide/' },
// { text: 'Grid Layout', link: '/post/Grid-Guide/' },
环境部署与发布
https://blog.zhequtao.com/posts/install/
作者
阿俊
发布于
2020-06-01
许可协议
CC BY-NC-SA 4.0

相关阅读