Go to file
2019-06-01 19:57:11 +08:00
assets first commit 2019-02-07 16:26:17 +08:00
components Merge branch 'master' of github.com:yi-ge/blog-client 2019-06-01 19:57:11 +08:00
layouts first commit 2019-02-07 16:26:17 +08:00
middleware first commit 2019-02-07 16:26:17 +08:00
pages 修复urldecode异常 2019-03-24 00:15:54 +08:00
plugins first commit 2019-02-07 16:26:17 +08:00
server first commit 2019-02-07 16:26:17 +08:00
static first commit 2019-02-07 16:26:17 +08:00
store 升级写法兼容 2019-02-07 17:03:39 +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 add keywords 2019-04-18 10:45:33 +08:00
package.json 去除console,升级组件 2019-03-04 23:02:10 +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 去除console,升级组件 2019-03-04 23:02:10 +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.