Loading repository dataβ¦
Loading repository dataβ¦
WorkPlusFE / repository
π©A lightweight, scalable, mobile-first CSS framework that only provides common base styles.
A lightweight, scalable, mobile-first CSS framework that only provides common base styles.
# Framework
npm install @workplus-css/framework
# Or just install one module
npm install @workplus-css/button
import '@worklus-css/framework/dist/framwork.css';
// One module
import '@workplus-css/button/dist/button.css';
At first, you should run:
npm run bootstrap
And then, if you want to add a new module, perform the following bash:
npm run new-module module-name
Start the StroyBook server:
npm run sb:start
MIT@Hejx