Go to file
2021-10-19 17:01:48 +08:00
.vscode lint 2021-08-11 12:35:15 +08:00
assets first commit 2019-02-07 16:26:17 +08:00
components lint 2021-08-11 12:35:15 +08:00
layouts 修复刷新后下移的问题 2021-10-19 17:01:48 +08:00
middleware first commit 2019-02-07 16:26:17 +08:00
pages 修复刷新后下移的问题 2021-10-19 15:41:49 +08:00
plugins fix top and articel list 2020-11-14 14:25:43 +08:00
server 解决CDN异常 2020-12-19 22:15:26 +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
ecosystem.config.js upgrade package 2021-08-04 17:01:23 +08:00
nuxt.config.js upgrade package 2021-08-04 17:01:23 +08:00
package.json upgrade package 2021-08-04 17:01:23 +08:00
README.md first commit 2019-02-07 16:26:17 +08:00
release.sh upgrade package 2021-08-04 16:48:25 +08:00
yarn.lock upgrade package 2021-08-04 16:03:32 +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.