-
Install dependencies
npm install -
To run index localy for developement and watch file changes
npm run startnpm run watch -
To export minified version of the library
npm run export -
To export minified version of the css
npm run export:css -
To export minified version of the js
npm run export:js
CSS:
https://cdn.jsdelivr.net/gh/noras-salman/neoncss/release/latest/css/neoncss.min.css
JS:
https://cdn.jsdelivr.net/gh/noras-salman/neoncss/release/latest/js/neoncss.min.js
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/noras-salman/neoncss/dist/microcss.js"
/>
</head>
<body>
<script src="https://cdn.jsdelivr.net/gh/noras-salman/neoncss/dist/microcss.js"></script>
</body>
</html>