1.0.26 • Published 2 years ago

saraiva-system v1.0.26

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
2 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

2 years ago

1.0.24

2 years ago

1.0.23

2 years ago

1.0.22

2 years ago

1.0.21

2 years ago

1.0.20

2 years ago

1.0.19

2 years ago

1.0.18

2 years ago

1.0.17

2 years ago

1.0.14

2 years ago

1.0.13

2 years ago

1.0.12

2 years ago

1.0.11

2 years ago

1.0.10

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago