All Projects → shuiRong → Vuecnodejs

shuiRong / Vuecnodejs

Licence: mit
⚽️🎉Vue初/中级项目,CnodeJS社区重构。( a junior project of Vue.js, rewrite cnodejs.org ) 预览(DEMO):

Projects that are alternatives of or similar to Vuecnodejs

Laravel Vuejs.com
Laravel and VueJs Blog, using Laravel nova, GraphQL, NuxtJs, Apollo and ...more
Stars: ✭ 54 (-92.34%)
Mutual labels:  nuxt, nuxtjs, vuex, ssr, vue-router
Vue Cnode
基于vue2 + vue-router + vuet + ES6 + less + flex.css重写vue版cnode社区,使用webpack2打包
Stars: ✭ 1,134 (+60.85%)
Mutual labels:  vuex, vuex2, vue-router, vue-router2
Vuemmerce
👉 Responsive ecommerce template 🛒 built with Vue.js and Nuxt.js
Stars: ✭ 223 (-68.37%)
Mutual labels:  nuxt, nuxtjs, vuex, vue-router
Sitemap Module
Sitemap Module for Nuxt
Stars: ✭ 539 (-23.55%)
Mutual labels:  nuxt, nuxtjs, seo, ssr
Vuesion
Vuesion is a boilerplate that helps product teams build faster than ever with fewer headaches and modern best practices across engineering & design.
Stars: ✭ 2,510 (+256.03%)
Mutual labels:  seo, vuex, vue-router, nuxtjs
Nuxt Firebase Sns Example
Nuxt v2 & Firebase(Hosting / Functions SSR / Firestore), Google Auth SNS Example.
Stars: ✭ 485 (-31.21%)
Mutual labels:  nuxt, nuxtjs, vuex, ssr
jooger.me
👍 My personal website,powered by @nuxt
Stars: ✭ 39 (-94.47%)
Mutual labels:  ssr, nuxt, vue-router, nuxtjs
Nuxt.js
The Intuitive Vue(2) Framework
Stars: ✭ 38,986 (+5429.93%)
Mutual labels:  nuxt, vuex, ssr, vue-router
Hackernews
HackerNews clone built with Nuxt.js
Stars: ✭ 758 (+7.52%)
Mutual labels:  nuxt, vuex, ssr, vue-router
Surmon.me
🆒 My personal website and blog, powered by @vuejs (3)
Stars: ✭ 1,767 (+150.64%)
Mutual labels:  nuxt, nuxtjs, vuex, ssr
Vue Soundcloud
🎧 A SoundCloud client built with Vue and Nuxt
Stars: ✭ 141 (-80%)
Mutual labels:  nuxt, nuxtjs, vuex, vue-router
Redirect Module
No more cumbersome redirects!
Stars: ✭ 235 (-66.67%)
Mutual labels:  nuxt, nuxtjs, seo
nuxt-seomatic-meta
A module for connecting Nuxt.js to the Craft CMS SEOmatic plugin via GraphQL. Nuxt-o-matic!
Stars: ✭ 28 (-96.03%)
Mutual labels:  seo, nuxt, nuxtjs
Typed Vuex
🏦 A typed store accessor for vanilla Vuex.
Stars: ✭ 193 (-72.62%)
Mutual labels:  nuxt, nuxtjs, vuex
nuxt-jsonld
A Nuxt.js module to manage JSON-LD in Vue component.
Stars: ✭ 198 (-71.91%)
Mutual labels:  seo, nuxt, nuxtjs
laravel-nuxt
Laravel 5.6 + Nuxt 1.4: Auth Starter (SSR, SPA, Socialite)
Stars: ✭ 19 (-97.3%)
Mutual labels:  ssr, nuxt, nuxtjs
Nuepress
📖 Nuxt.js + WordPress REST API
Stars: ✭ 524 (-25.67%)
Mutual labels:  nuxt, vuex, ssr
Vue Cheatsheet
Modified version of the official VueMastery cheatsheet
Stars: ✭ 188 (-73.33%)
Mutual labels:  nuxt, vuex, vue-router
awrora-starter
Landing page template built with one of most popular javascript library Vue.JS, Vuetify (Material Design) and Nuxt.JS with SSR.
Stars: ✭ 38 (-94.61%)
Mutual labels:  ssr, nuxt, nuxtjs
Nuxt Ssr Firebase
Nuxt.js Universal App with SSR via Firebase Functions and Firebase Hosting
Stars: ✭ 273 (-61.28%)
Mutual labels:  nuxt, nuxtjs, ssr

VueCnodeJS

一个 Vue 的初/中级练手项目:重构 CnodeJS 社区

预览

预览图片

这是我第一个真正意义上的 Vue 项目,共花了5天时间,每天大概3,4 个小时左右在这个项目上。除了Vue.js概念比较了解外,Vue-RouterAxios都是现学现用。之前还想着可能要花点时间学下新东西,但看了文档后才发现其实挺简单的...

PS: 如果你想入门Vue,但苦于没有难度合适的项目的话,Here For You!

考虑到别人可能会看我源码来学习Vue,我添加了"非常详细的注释"。贴心吧,嘻嘻~

2018-12-25: 最近学了React,然后写了对应的React.js版,希望帮到正在/将要学习React的同学

2018-12-9: 重构了项目:界面更美观,代码更优雅。

2017-9-9: 我又为本项目写了个Nuxt.js的版本.完美解决了 SEO 问题(Vue 这种 MVVM 框架一直被人诟病没有解决 SEO,但是现在我们有了 Nuxt). 代码在nuxtVersion文件中. 需要注意的地方我写在了代码注释里

2017-5-24: 如果你看完Vuex文档,对于如何把它应用到实际项目中还是有点茫然的话,那么我为这个项目写了一个 Vuex 版本。就在vuexVersion文件中。


本地运行:

git clone https://github.com/shuiRong/VueCnodeJS.git
cd VueCnodeJS
npm install // 或者 yarn
npm run serve // 或者 yarn serve

PS: 默认用的是 8080 端口。


技术栈:

Vue

Vue-Router

Axios

ElementUI

CnodeJS API

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].