@bimdata/utils v0.2.15
BIMData Utils
BIMData Utils is the library of BIMData, to quickly apply a design. See how this lib could be used, in the BIMData Styleguide
Requirements
Use this lib in your project
Install the lib:
In the directory of your project:
npm i @bimdata/utilsImport CSS file: the css file is here:
./dist/css/main.cssImport SCSS file: the scss file is here:
./src/scss/main.scssInternal development getting started
Before start:
Clone the Utils repository in your project directory.
Install dependencies:
The dependencies are listed in the package.json file.
npm installDo this to make sure you are up-to-date on project dependencies
Launch auto local site:
And live-watch CSS modification while editing in the lib.
npm run devIf you make scss changes inside the styleguide folder, don't forget to npm run build within this directory.
Build for prod:
CSS and JS minify
npm run buildOptimize SVG:
To optimize your svg and use it online, use this command.
npm run optimize-svgIt will compile your svg into the compiled folder of the dist folder
Use styles without using npm : You can also use the lib style without install it. For that, use UNPKG
License
GPL-3.0
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago