-
- Downloads
Semantic UI CSS library integration (partial)
Curently the whole compiled library is being imported, which is 614KB; Will remove unused styles later via webpack loader. Also, imported jQuery used by Semantic; jQuery is not used yet and we might remove it later, if we don't need it.
... | @@ -7,7 +7,9 @@ | ... | @@ -7,7 +7,9 @@ |
"cookie": "^0.3.1" | "cookie": "^0.3.1" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"jquery": "^3.3.1", | |||
"ncp": "^2.0.0", | "ncp": "^2.0.0", | ||
"semantic-ui-css": "^2.4.1", | |||
"webpack": "^4.25.1", | "webpack": "^4.25.1", | ||
"webpack-cli": "^3.1.2" | "webpack-cli": "^3.1.2" | ||
}, | }, | ||
... | ... |
Please register or sign in to comment