Code Monkey home page Code Monkey logo

learning-hub's Introduction

learning-hub

A learning hub for the Candy Digital web development team.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

node.js > 8.0.0
npm > 6.0.0 or yarn > 1.0.0

Installing

Here are the steps you need to run in order to get the project up and running

Change the name of the project in package.json
> npm install
> npm run dev

Usage

After setting up the project (see Installing) :

Vue
  • Vue pages should be included in pages folder.
  • Vue components should be included in components folder. Try to keep the project tree organized by creating subfolders according to the page they are used in. Ex: Components used in a homepage should be included in a components/home folder. Components used across many pages should be included in a components/globals folder.
CSS
  • All styling that should be available across the application should be in assets/sass folder.
  • index.scss imports the mixins. Do not add style in that file.
  • _animations.scss declares the css animations (useful for Vue Transitions).
  • _custom.scss declares custom css (to override plugins styling for instance).
  • _fonts.scss declares the fonts.
  • _globals.scss declares the global styling to be used across the whole application.
  • _mixins.scss declares the cross browser mixins (Like transitions, transform, etc.).
  • _variables.scss declares variables that could be reused (colors, sizes).

Please refer to the README files in each folder for more information.

Built With

Authors

License

This project is licensed under CandyDigital © 2018

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.