1.0.26 • Published 3 years ago

saraiva-system v1.0.26

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 years ago

saraiva-system

Test project to create a design system in vue 3 with the following characteristics: tokens, styles and components

Install

npm i saraiva-system

Usage

//import in main.js
import system from 'saraiva-system';
import 'saraiva-system/dist/saraiva-system.css';

// how to use tokens and themes 
import { tokens, themes } from 'saraiva-system';

// change default theme
this.$loadTheme('base'); // or vue

Project setup

yarn install

View components

yarn storybook

Build storybook

yarn build:storybook

Build Tokens

yarn build:tokens

Build Lib

yarn build:lib

Lints and fixes files

yarn lint

Run unit tests

yarn test

Open coverage

yarn coverage

Watch tokens

yarn watch:tokens
1.0.26

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago