Blog.Vue.Nuxt
1.0.0
A personal blog system project developed by the Nuxt.js framework and based on SSR server rendering. It is currently in version 1.0, mainly for blog display and personal center, and is under continuous development...
If you like this project or it helps you, please give a star~ (hard work star)
git clone https://github.com/anjoy8/Blog.Vue.Nuxt.git
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm start
# generate static project
$ npm run generate
Local access http://localhost:26898
可以在根目录的 package.json 中修改端口:
"config": {
"nuxt": {
"host": "127.0.0.1",
"port": "26898"
}
},
For detailed explanation on how things work, checkout Nuxt.js docs.
Blog Park: https://www.cnblogs.com/laozhang-is-phi/p/9682289.html
Brief book: https://www.jianshu.com/notebooks/28621653
CSDN: https://blog.csdn.net/baidu_35726140