Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

quarkGUI

Build Status npm version Bower version

Webpack GUI framework based on atomic design

Clone or install quarkGUI

Clone:

  • Clone the repository: git clone https://github.com/quarkGUI/quarkGUI.git

Install:

  • Install with npm: npm install quark-gui

  • Install with yarn: yarn add quark-gui

  • Install with Bower: bower install quark-gui

  • After installation copy file with Sass variables: cp -r node_modules/quark-gui/setup/** ./

Run with development environment

npm run dev

Build for production

npm run build

Modules

Atoms

Molecules

Organisms

You can’t perform that action at this time.