@pangolinjs/core
v6.1.2
Published
Framework for componentized front end development with Nunjucks, Sass, and JavaScript
Readme
Pangolin.js Core
Framework for design system development with Nunjucks, Sass, and JavaScript.
Requires Node.js 15 or higher.
Create a new project with npx
npx @pangolinjs/cli create project-nameUsage
Start dev server
npm run devBuild files for production
npm run buildExport for static file hosting
npm run docsLint CSS and JavaScript
npm run lint:css
npm run lint:jsFor more information take a look at the Pangolin.js docs.
Contribute
# Build UI
npm run prepare
# Testing
npm run test:unit
# Linting
npm run lint:css
npm run lint:js