All Projects → pppercyWang → Twitter Blog Vue

pppercyWang / Twitter Blog Vue

Licence: mit
vue+golang模仿twitter风格写一个自己的博客💪

Programming Languages

typescript
32286 projects

Labels

Projects that are alternatives of or similar to Twitter Blog Vue

Kirby Previews
Add some missing structure previews. Kirby 3 only.
Stars: ✭ 44 (-16.98%)
Mutual labels:  scss
Cg Site
The cloud.gov website
Stars: ✭ 47 (-11.32%)
Mutual labels:  scss
Generator Baukasten
Awesome!
Stars: ✭ 50 (-5.66%)
Mutual labels:  scss
Hexo Theme Snark
An hexo theme with lofter style
Stars: ✭ 45 (-15.09%)
Mutual labels:  scss
Extension Workshop
Firefox Extension Workshop
Stars: ✭ 47 (-11.32%)
Mutual labels:  scss
Atlas Ui Framework
The shortest path to a stunning User Interface for all Mendix applications.
Stars: ✭ 49 (-7.55%)
Mutual labels:  scss
Malyw.github.io
JavaScript/HTML/CSS blog
Stars: ✭ 43 (-18.87%)
Mutual labels:  scss
Xp.css
A CSS framework for building faithful recreations of operating system GUIs.
Stars: ✭ 1,061 (+1901.89%)
Mutual labels:  scss
Atomic Builder
Atomic Builder - Framework SASS
Stars: ✭ 47 (-11.32%)
Mutual labels:  scss
Minimal Mistakes
📐 Jekyll theme for building a personal site, blog, project documentation, or portfolio.
Stars: ✭ 8,967 (+16818.87%)
Mutual labels:  scss
Holly React
A React implementation of Davide Pacilio's free landing page template.
Stars: ✭ 45 (-15.09%)
Mutual labels:  scss
Che Docs
Eclipse Che Documentation
Stars: ✭ 46 (-13.21%)
Mutual labels:  scss
Snack Helper
🗃 A universal CSS helper library.
Stars: ✭ 50 (-5.66%)
Mutual labels:  scss
Availity Uikit
Availity UI Kit powered by Bootstrap 4
Stars: ✭ 44 (-16.98%)
Mutual labels:  scss
Sassyfication
💅Library with sass mixins to speed up your css workflow.
Stars: ✭ 51 (-3.77%)
Mutual labels:  scss
Codyhouse Framework
A lightweight front-end framework for building accessible, bespoke interfaces.
Stars: ✭ 1,020 (+1824.53%)
Mutual labels:  scss
Svelte Typescript Parcel
Svelte + Typescript + Parcel
Stars: ✭ 48 (-9.43%)
Mutual labels:  scss
Ibm Security
A Carbon-powered React component library built by IBM Security
Stars: ✭ 52 (-1.89%)
Mutual labels:  scss
Hyde
Port of https://github.com/poole/hyde to Zola
Stars: ✭ 51 (-3.77%)
Mutual labels:  scss
Guide 3ds
A complete guide to 3DS custom firmware, from stock to boot9strap.
Stars: ✭ 1,055 (+1890.57%)
Mutual labels:  scss

twitter-blog-vue

打算模仿twitter的风格在工作之余写一个自己的博客。手写所有用到的组件,后端使用golang(iris+gorm),前端是用vue.js进行开发。欢迎 issue && star~

线上地址:http://percywang.top

模仿页面:https://twitter.com/dariel_noel

后端: https://github.com/pppercyWang/twitter-blog-api

package.json

 "dependencies": {
    "axios": "^0.19.0",
    "mavon-editor": "^2.7.5",
    "vue": "^2.5.17",
    "vue-router": "^3.0.7"
  },
主要功能:
1.文章浏览
2.授权github登录
3.首页动画效果
4.文章发布
5.评论功能
6.文章归档
运行项目:
1.npm install
2.npm run serve

1

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].