1.0.0 • Published 11 months ago

uilab-react v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

UI Lab

A modular design system for developing web interfaces fastly with React.

Configuration Files:

.babelrc\ .eslintrc.js\ .gitignore\ index.d.ts\ package.json\ svgo.config.js\ tsconfig.json\ webpack.config.js

Installed Packages:

JS

npm i -D @babel/preset-env @babel/eslint-parser

ES Lint

npm i -D eslint eslint-plugin-react
npm init @eslint/config

React

npm i react react-dom react-router-dom react-app-polyfill
npm i typescript @types/react @types/react-dom
npm i -D babel-loader @babel/preset-react
npm i -D webpack webpack-cli html-webpack-plugin webpack-dev-server copy-webpack-plugin
npm i -D style-loader ts-loader css-loader less-loader svg-url-loader

Icons

npm i -D svgo

Test

npm i -D @babel/register
npm i -D mocha chai

Documentation Links:

Less JS\ Babel JS\ ESLint JS\ \ React JS\ React Router\ Typescript\ Webpack JS\ \ SVGO\ SVGO Online Editor\ \ Mocha JS\ Chai JS