Giter Site home page Giter Site logo

apapacy / easy-cms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from codingfriend1/easy-cms

0.0 2.0 0.0 863 KB

A simple CMS built on FeathersJS, VueJS, MongoDB. Inspired by Meanbase.

License: MIT License

JavaScript 84.16% CSS 5.02% HTML 4.07% Vue 6.75%

easy-cms's Introduction

Easy CMS

A Vue and FeathersJS fullstack CMS with authentication, email verification, and email support."

About

This project uses Feathers. An open source web framework for building modern real-time applications and Vue 2 with Server Side Rendering.

This project is not finished but if you are can be ready to use if you are content with what it offers.

Features

  • SASS
  • Stylus
  • Jade
  • ES6, ES7, and ES8
  • Webpack
  • Vue Stash - For Redux Store
  • Jasmine with Karma for client side and mocha server side
  • Bootstrap
  • Lodash
  • jQuery
  • FontAwesome
  • Separate admin and app

Getting Started

Getting up and running is as easy as 1, 2, 3, 4.

  1. Make sure you have NodeJS and npm installed.

  2. Install your dependencies

    cd path/to/EasyCMS; npm install
    
  3. Run your build or watch

      npm run build
    
      npm run watch
    
  4. Start your app locally

    mongod
    
    npm run serve
    

In production run

```
  npm run production
  npm start
```

If you want emails to work using gmail add the following environment variables

export [email protected]
export GMAIL_PASS=yourpassword or app-password

See How to set an app password

Scaffolding

Feathers has a powerful command line interface. Here are a few things it can do:

$ npm install -g feathers-cli             # Install Feathers CLI

$ feathers generate service               # Generate a new Service
$ feathers generate hook                  # Generate a new Hook
$ feathers generate model                 # Generate a new Model
$ feathers help                           # Show all commands

Schemas go in shared/schemas

If you want the same schema to validate both client and server side put the schema in ./shared/schemas as it's own file with the file name being the name of the schema and resulting model.

You can use pattern and patternMessage directly in the schema and it will be converted to

validate: {
  validator: function(v) {
    return pattern.test(v)
  },
  message: patternMessage
}

for you.

Docker-compose

You may run

docker-compose up

to build a docker-virtual machine instance.

Help

For more information on all the things you can do with Feathers visit docs.feathersjs.com.

License

Copyright (c) 2016

Licensed under the MIT license.

easy-cms's People

Contributors

codingfriend1 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.