Go to file
2020-11-10 21:53:33 +08:00
.vscode 添加编辑器粘贴功能 2020-07-20 00:13:27 +08:00
assets first commit 2019-02-07 16:26:17 +08:00
components 添加版权声明 2020-11-10 21:53:33 +08:00
layouts 修改友链 2020-09-26 19:03:34 +08:00
middleware first commit 2019-02-07 16:26:17 +08:00
pages 添加版权声明 2020-11-10 21:53:33 +08:00
plugins 修改友链 2020-09-26 19:03:34 +08:00
server upgrade 2019-12-13 11:46:15 +08:00
static 添加微信登录 2020-07-22 14:07:07 +08:00
store upgrade 2019-12-13 11:46:15 +08:00
.DS_Store 添加评论 2020-07-10 17:49:51 +08:00
.editorconfig first commit 2019-02-07 16:26:17 +08:00
.eslintignore first commit 2019-02-07 16:26:17 +08:00
.eslintrc.js 添加上传接口 2020-07-10 12:04:37 +08:00
.gitignore first commit 2019-02-07 16:26:17 +08:00
app.html 解决google ad警告 2020-09-26 19:15:12 +08:00
nuxt.config.js 解决google ad警告 2020-09-26 19:15:12 +08:00
package.json 添加提醒功能 2020-09-20 16:57:04 +08:00
README.md first commit 2019-02-07 16:26:17 +08:00
release.sh docker nginx 2019-05-12 10:58:40 +08:00
yarn.lock 添加提醒功能 2020-09-20 16:57:04 +08:00

blog-client

My Blog Client

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn run dev

# build for production and launch server
$ yarn run build
$ yarn start

# generate static project
$ yarn run generate

For detailed explanation on how things work, checkout Nuxt.js docs.