技术栈
- 开发语言:JavaScript
- 服务端:Nodejs
- 前端:Vue
- 组件库:Element-UI
- 服务端渲染框架:Nuxt
- 数据库:MongoDB
进度
- 文章页
- 用户登录
- 写文章
- 修改文章
- 删除文章
项目地址
https://github.com/kakuuuu/nuxt_blog
项目预览
更新文档
2020/4/24
完成了个人博客的基础功能
Build Setup
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out Nuxt.js docs.