Code Monkey home page Code Monkey logo

evolution-ui's Introduction

seed-ui

  • Each component gets its own sub-folder in the components folder.
  • Add the scss partials of the components to the file named after you in the partials folder.
  • Refer to _jake.scss for an example.
  • Run sass --watch components:css to automatically compile scss.
  • Use your named html file in the html-temp folder to write up your components.
  • If you need fonts, Google Material icons have been added to each html file. (https://material.io/icons/ for usage instructions)
  • All classes to be prefixed with su_

Installing Grunt tasks

  1. First check if you system has node.js installed. In the command line type:

    node -v // v7.6.0

    if you have it, then check if you have npm (node package manager) installed:

    npm -v // 4.3.0

  2. Now, install grunt-cli:

    npm install -g grunt-cli // '-g' means install it globally on your system

  3. Now, it is time to install all needed packages. cd into your repository directory and run this command:

    npm install

  4. After that use the following commands:

    • grunt - this concatenates js files, compiles sass files, and watches for changes in those files
    • grunt build - build for production, uglifies JS, and compiles sass
  5. The main.js, main.min.js and main.css are located in the prod directory on the root of the repository. Make sure you link to those files in your HTML file

  6. You can stop grunt task by pressing Ctrl + C in the command line

evolution-ui's People

Contributors

jmatembu avatar brianhernandez avatar gruximillian avatar gabrieleromeo avatar lenafaure avatar motekaj avatar codephobe avatar

Watchers

Hannah Herbst 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.