common-ux
v3.12.81
Published
Readme
common-ux
styleGuide
Webpage which explains the usage of the TUI design. Just open http://localhost:3105/index.html in your browser after running gulp default.
Preparation
Make sure node 8.10, yarn and gulp are installed
npm install -g yarn gulp-cli
yarnGulp tasks
# build and watch
gulp
# or build the static assets for use in production
gulp build-ssg