mdocter / sef-cms-boilerplate

A simple CMS system boilderplate for single page websites

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


SEF CMS
SEF CMS

A simple CMS Boilerplate built on top of GrapesJS.

Key FeaturesHow To UseDownloadCreditsRelatedLicense

Key Features

  • Preview Page
  • Authentication System
    • Make sure your content can only be edited securely
  • Simple editor
    • Once logged in, simply go to the editor and edit your website using the UI

How To Use

# Clone this repository
$ git clone https://github.com/SebastianFlo/sef-cms-boilerplate.git

# Go into the repository
$ cd sef-cms-boilerplate

The best way to use this application is to open it using the vue-cli - Vue UI

or

# Install dependencies
$ npm install

# Run the app
$ npm serve

Note: If you're using Linux Bash for Windows, see this guide or use node from the command prompt.

Credits

This software uses code from several open source packages.

License

MIT


sebastianflo.com  ·  GitHub @SebastianFlo  ·  Twitter @SebFlorian

About

A simple CMS system boilderplate for single page websites


Languages

Language:JavaScript 55.1%Language:Vue 40.9%Language:HTML 2.6%Language:CSS 1.4%