0.1.9 ā€¢ Published 7 years ago

sushi.js v0.1.9

Weekly downloads
14
License
MIT
Repository
github
Last release
7 years ago

A modular UI library for Vue.js

Note: This is still an work in progress!

Demo and Documentation

Demo

Installation

Install Sushi.js through npm or yarn

npm install --save sushi.js
yarn add sushi.js

In your applications main entry point add:

import Vue from 'vue'
import 'sushi.js/dist/main.css';
import Sushi from 'sushi.js'

Vue.use(Sushi)

Theme

In case of theme changes remove import 'sushi.css' and use existing or create a new .scss file with this content.

$primary: limegreen; 
// Other overiding theme variables
@import '~sushi.js/core/styles/main.scss';

You have 2 options for import location, either your main App.vue or app.js

import '/path/to/your/style.scss'
<script lang="scss">
  @import '/path/to/your.scss';
</script>

Contributing

šŸ£šŸ£šŸ£

0.1.9

7 years ago

0.1.8

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

8 years ago

0.0.1

8 years ago

1.0.0

8 years ago