0.1.35 • Published 7 years ago

@kathondvla/style v0.1.35

Weekly downloads
3
License
ISC
Repository
github
Last release
7 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

7 years ago

0.1.34

7 years ago

0.1.33

7 years ago

0.1.32

7 years ago

0.1.31

7 years ago

0.1.30

8 years ago

0.1.29

8 years ago

0.1.28

8 years ago

0.1.26

8 years ago

0.1.25

8 years ago

0.1.24

8 years ago

0.1.23

8 years ago

0.1.22

8 years ago

0.1.21

8 years ago

0.1.20

8 years ago

0.1.19

8 years ago

0.1.18

8 years ago

0.1.17

8 years ago

0.1.16

8 years ago

0.1.15

8 years ago

0.1.14

8 years ago

0.1.13

8 years ago

0.1.12

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago