Skip to content
/ zutre Public
forked from mac-lisowski/zutre

UI components for Vue.js based on Spectre CSS Framework

License

Notifications You must be signed in to change notification settings

dennyf/zutre

 
 

Repository files navigation

Zutre

Known Vulnerabilities GitHub license Maintenance Ask Me Anything !

NOTE: Project in development, do not use at production

zutre is a set of UI components for VueJS based on Spectre CSS Framework with some modifications and provided new features which are not available in Spectre.

Demo and documentation: https://maclisowski.github.io/zutre/

If you want to see what is coming next, please see Changelog.

https://nodei.co/npm/zutre.png?downloads=true&downloadRank=true&stars=true

Installation

In order to install and use zutre in your Vue app, you have to install it through npm:

npm install --save zutre

In your main js file import zutre and use it in your Vue instance

import Vue from 'vue';
import Zutre from 'zutre';

Vue.use(Zutre);

Once it is done, you can use zutre components in your Vue project. For more informations, components examples and API please see documentation.

Zutre Components


Developing

Project setup

npm install

Compiles and hot-reloads for development

Runs dev server with documentation

npm run serve

Compiles and minifies for production

npm run build-bundle

Compiles documentation

npm run build-docs

Run your tests

npm run test

Lints and fixes files

npm run lint

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.


Roadmap

  • Release beta version 0.1.3-beta - supporting all features from Spectre CSS Framework
  • Release production version 0.1.3
  • Develop zutre.css Framework due lack of support for Spectre
  • Release version 0.1.4-beta - integrate zutre.css, drop Spectre
  • Release production ready version 1.0.0

Contributors

Please let me know if you would like to contribute to this project.

License

This package is under MIT License (MIT). Please see LICENSE file for more details.

Copyright (c) 2018 Maciej Lisowski

About

UI components for Vue.js based on Spectre CSS Framework

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 89.4%
  • JavaScript 7.8%
  • CSS 2.6%
  • HTML 0.2%