0.1.35 • Published 6 years ago

@kathondvla/style v0.1.35

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

@kathondvla/style

Welcome to @kathondvla/style.

@kathondvla/style is the style of vsko applications, this project also includes components.

Installation and usage

You can install the @kathondvla/style using NPM:

npm install @kathondvla/style

Next you can include it into the project

require('@kathondvla/style');
var app = angular.module('VskoApplication', ['@kathondvla/style']);

When you are using the default webpack configuration, it should work. Don't forget to include the bundle at the bottom of your index.html

<script src="/dist/bundle.js"></script>

Icon font generation

  • First, make sure you have Node 4.2.1 installed. You can find the latest version of Node at NodeJS.org.
  • Then, make sure you have root access to your machine. You will need it to install a ruby gem to create icon fonts called fontcustom
  • Install the project's dependencies:
    • npm install
    • gem install fontcustom
      • You might also need to install fontforge. For download instructions see the Fontforge repo.
  • To create the font run: npm run generateIcon. The fonts are created based on the icon-font-source folder.

Windows usage is not supported at the moment.

0.1.35

6 years ago

0.1.34

6 years ago

0.1.33

6 years ago

0.1.32

6 years ago

0.1.31

6 years ago

0.1.30

6 years ago

0.1.29

6 years ago

0.1.28

7 years ago

0.1.26

7 years ago

0.1.25

7 years ago

0.1.24

7 years ago

0.1.23

7 years ago

0.1.22

7 years ago

0.1.21

7 years ago

0.1.20

7 years ago

0.1.19

7 years ago

0.1.18

7 years ago

0.1.17

7 years ago

0.1.16

7 years ago

0.1.15

7 years ago

0.1.14

7 years ago

0.1.13

7 years ago

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

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