Unified design system and component library
Go to file
Damillora 13505d3a6d Add linter 2020-01-11 02:11:04 +07:00
docs Add Documentation for Header and Navigation components 2020-01-06 02:59:09 +07:00
public init 2020-01-04 01:20:22 +07:00
src Make a proper library 2020-01-06 02:47:20 +07:00
.eslintrc.js Add linter 2020-01-11 02:11:04 +07:00
.gitignore init 2020-01-04 01:20:22 +07:00
.npmignore npmignore 2020-01-06 02:50:22 +07:00
LICENSE Add LICENSE 2020-01-06 01:50:14 +07:00
README.md Update README 2020-01-05 02:41:05 +07:00
babel.config.js init 2020-01-04 01:20:22 +07:00
package.json Add linter 2020-01-11 02:11:04 +07:00
postcss.config.js Start with Header and Navigation components 2020-01-05 02:37:44 +07:00
tailwind.config.js Start with Header and Navigation components 2020-01-05 02:37:44 +07:00
yarn.lock Add linter 2020-01-11 02:11:04 +07:00

README.md

Yuika

A unified design system and Vue component library for developing applications based on the design system

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Run your tests

yarn run test

Lints and fixes files

yarn run lint

Customize configuration

See Configuration Reference.