All Projects → andreliem → Vuecms

andreliem / Vuecms

Static blogging for developers using NuxtJS + VueJS

Projects that are alternatives of or similar to Vuecms

Quokka
LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`
Stars: ✭ 2,198 (+2485.88%)
Mutual labels:  cms, static-site
Xm Nuxtjs Wordpress
🎉Nuxt.js+Wordpress Rest API
Stars: ✭ 144 (+69.41%)
Mutual labels:  cms, nuxtjs
Nuxt Netlify Cms Starter Template
⚡ Build server-less, static websites with Vue.js and Netlify CMS.
Stars: ✭ 186 (+118.82%)
Mutual labels:  static-site, nuxtjs
Jekyll Netlify Boilerplate
A simple Jekyll template for creating a fast, static website on Netlify
Stars: ✭ 62 (-27.06%)
Mutual labels:  cms, static-site
Vue Notion
A fast Vue renderer for Notion pages
Stars: ✭ 343 (+303.53%)
Mutual labels:  cms, nuxtjs
violet
🖼 Markdown based portfolio website for haiji.co / namika.hmsk.co
Stars: ✭ 80 (-5.88%)
Mutual labels:  static-site, nuxtjs
Publiccms
现代化java cms,由天津黑核科技有限公司开发,轻松支撑千万数据、千万PV;支持静态化,服务器端包含; 目前已经拥有全球0.0002%的用户,语言支持中、繁、日、英;是一个已走向海外的成熟CMS产品
Stars: ✭ 1,750 (+1958.82%)
Mutual labels:  cms, static-site
Publii
Publii is a desktop-based CMS for Windows, Mac and Linux that makes creating static websites fast and hassle-free, even for beginners.
Stars: ✭ 3,644 (+4187.06%)
Mutual labels:  cms, static-site
Blog 2.0
🗣 A personal blog by Irfan Maulana built with Nuxt.js
Stars: ✭ 29 (-65.88%)
Mutual labels:  static-site, nuxtjs
Gp Vue Boilerplate
Grabarz & Partner Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites with vuejs.
Stars: ✭ 71 (-16.47%)
Mutual labels:  static-site, nuxtjs
Netlify Cms React Starter
A starter project for creating lightning-fast, offline-first websites with Netlify-CMS and React
Stars: ✭ 78 (-8.24%)
Mutual labels:  static-site
Vue Masonry Wall
A pure vue responsive masonry layout without direct dom manipulation and ssr support.
Stars: ✭ 79 (-7.06%)
Mutual labels:  nuxtjs
Web exploit detector
The Web Exploit Detector is a Node.js application used to detect possible infections, malicious code and suspicious files in web hosting environments
Stars: ✭ 81 (-4.71%)
Mutual labels:  cms
Smartstore
Open Source ASP.NET Core Enterprise eCommerce Shopping Cart Solution
Stars: ✭ 82 (-3.53%)
Mutual labels:  cms
Dadadash
Office suite with file browser, document editor, spreadsheet editor, calendar and data tables with CRUDX API's ready to deploy
Stars: ✭ 78 (-8.24%)
Mutual labels:  cms
Hydrogen
🎈 Hydrogen. Voted (by me) the world's lightest static-site generator built with TypeScript ❤ It uses 🔥 lit-html inspired templating for super duper performant template generation.
Stars: ✭ 80 (-5.88%)
Mutual labels:  static-site
Nuxt Chat App
Frontend of real-time chat application built using nuxtjs, socket.io. Check the backend at https://github.com/binbytes/chat-app-server.
Stars: ✭ 77 (-9.41%)
Mutual labels:  nuxtjs
Vue Horizontal
An ultra simple pure vue horizontal layout for modern responsive web with zero dependencies. (SPA/SSG/SSR)
Stars: ✭ 75 (-11.76%)
Mutual labels:  nuxtjs
Bancha
Bancha is an open-source CMS made by Nicholas Valbusa written in PHP5.3.
Stars: ✭ 76 (-10.59%)
Mutual labels:  cms
Nuxt Graphql Request
Easy Minimal GraphQL client integration with Nuxt.js.
Stars: ✭ 85 (+0%)
Mutual labels:  nuxtjs

Vue Static CMS

created by andreliem

Static Markdown blogging using VueJS + Nuxt.

Use this setup to create a simple blogging system for your personal website.

The goal of this repository is to provide developers with a static blogging platform that is compatible with the latest releases of Nuxt.

Examples

Supported Features

  • Markdown blogging
  • Locally stored posts /content/posts
  • Example configuration in nuxt.config.js for loading common modules and route generation
  • Two layouts (default home page and blog posts using slug urls)
  • Integration of disqus
  • Less css (easy to swap to SASS if you prefer)

Roadmap

  • Site Map (SEO)
  • Syntax highlighting of code
  • Time to read posts
  • Social Media Sharing
  • Swap in Axios API provider for markdown
  • Runnable Code snippets

Installation

# install dependencies
npm install

# serve locally with hot reload 
npm run dev

# build /dist for production 
npm run generate 

(refer to the offical Nuxt documentation for help)

License

MIT

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