npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

desy-html

v8.12.1

Published

desy-html contains the code you need to start building a user interface for Gobierno de Aragón government webapps.

Downloads

490

Readme

README

desy-html is the NPM library you need to start building a user interface for Gobierno de Aragón webapps. It uses Gulp, Postcss, Tailwindcss and Nunjucks to render html+css+js components. It's useful to create lightweight webapps or html mockups.

If you need a more powerful library based on this, use it's Angular port instead: desy-angular

See live examples of desy-html components: https://desy.aragon.es/

How to set up?

  • Run npm install first.
  • Use npm run dev to generate CSS from src/styles.css to /dist/styles.css, listen to changes in njk, css and html, and browser-sync reload.
  • Use npm run prod to generate CSS, Purge it and Minify it.
  • Dependencies: Node.js v16.17.1, Tailwind CSS and AutoPrefixer configed in PostCSS

How do I start a project that uses desy-html components?

To start a new project that uses desy-html as dependency, don't use this repo, use desy-html-starter repo instead.

  • Download the desy-html-starter project from here: https://bitbucket.org/sdaragon/desy-html-starter
  • Personalize the downloaded project for your needings.
  • You'll be able to use any desy-html component in that project. Copy any macro example code from here and paste it inside any page, include or component in your project.

Contact the team

  • desy-html is maintained by a team at SDA Servicios Digitales de Aragón (Spain). If you want to know more about desy-html, please email any of the commiters.

Software license

Unless stated otherwise, the codebase is released under the EUPL-1.2 License. This covers both the codebase and any sample code in the documentation.

Thanks

This project started initially forked from: https://github.com/saadeghi/tailwindcss-postcss-browsersync-boilerplate

This project is built upon the GOV.UK Frontend project: https://github.com/alphagov/govuk-frontend We would like to thank the Government Digital Service team for their fabulous work and for making it opensource for the community.