- Notifications
You must be signed in to change notification settings - Fork0
web-L/Ali-Blog
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
AliBlog Vue.js project
用 Vue 练手做的博客,博客栏目有:首页、技术文章、新闻头条、关于我。不懂设计,页面很 lower
线上地址: http://aliblog.org/
github地址: https://github.com/web-L/Ali-Blog
- 首页:显示最新的更新的文章、推荐文章、点击排行文章
- 技术文章:可以看到所有发表的文章 【egg-Blog】提供API服务
- 新闻头条:【UC头条】提供API服务
- 关于我:关于博主的一些信息
vue、vue-router、vuex、sass、ES6、axios、vue、vue-cli
git clone git@github.com:web-L/Ali-Blog.git# install dependenciesnpm install# serve with hot reload at localhost:8080npm run dev# build for production with minificationnpm run build# build for production and view the bundle analyzer reportnpm run build --report