105 字
1 分钟
环境部署与发布
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/' },