Go to file
2020-05-04 20:19:09 +08:00
assets first commit 2019-02-07 16:26:17 +08:00
components @ 2020-03-02 21:07:13 +08:00
layouts 修改名称 2020-03-02 19:43:47 +08:00
middleware first commit 2019-02-07 16:26:17 +08:00
pages 修改名称 2020-03-02 19:43:47 +08:00
plugins upgrade 2019-12-13 11:46:15 +08:00
server upgrade 2019-12-13 11:46:15 +08:00
static add ADs 2019-12-14 11:07:44 +08:00
store upgrade 2019-12-13 11:46:15 +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 first commit 2019-02-07 16:26:17 +08:00
.gitignore first commit 2019-02-07 16:26:17 +08:00
nuxt.config.js update: 根据要求修改网站名称 2020-05-04 18:15:35 +08:00
package.json fix: 更新依赖项 2020-05-04 20:19:09 +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 fix: 更新依赖项 2020-05-04 20:19:09 +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.