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

@welance/welance-bs

v0.8.0

Published

Welance Bootstrap build with SASS and VueJS

Downloads

8

Readme

Welance Boostrap

This is the main repository for Welance Boostrap.

A starting point servable through npm. View demo to see all features.


General Info

This project is inspired by the famous Twitter Bootstrap project. It uses similar base SASS mixins like @include make-col, @include make-row, etc. and it should be seen, like his famous predecessor, a Front-End tooling suite to quickly kick-start Welance projects.

It includes generic styling and components build by welance members for internal welance projects, but its default values can easily be overridden to build any sort of modern Web Application.

It does NOT have jQuery dependency (old-school approach), but uses the more modern single-file component approach offered by the VueJS framework 2.2+ together with HTML5 and SASS (flexbox).

This project features:

  • HTML5 + VueJS (ES6) components
  • SASS as CSS pre-processor with useful mixins and variables (Flexbox for grid)
  • Components w/ basic styling and default responsive capabilities

Check out package.json webpack.config.js and .babelrc to understand more about this project's dependencies.

Software Requirements

  • No specific SW requirements needed, see Installation solutions to possible errors section for more.

Application Requirements

  • node (6+) and NPM (4+)
  • Webpack (to publish to github pages)

Installation Instructions

  1. Install the latest node and NPM. (For future use, I suggest using NVM to manage both of these)
  2. Install webpack globally with npm install webpack -g (optional, suggested)
  3. Run npm install @welance/welance-bs IMPORTANT use the flag --save if you want to use the VueJS components or --save-dev if you're only going to use the SASS/CSS utilities (see public package here)

Installation solutions to possible errors

...if you get a mozjpeg pre-build test failed running npm install, run the following commands (as suggested here):

  1. brew install libpng (on OSX)
  2. brew install libtool automake autoconf nasm (on OSX)
  3. If you still get errors related to images (libpng, etc.) check out imagemin-webpack-plugin for alternative fixes

Development

  1. Run webpack-dev-server with npm run dev and navigate to http://localhost:8080

The local dev server is available on any device on the network at http://yourIP:8080

Bundled (Production) Version

  1. Obtain bundled production app running npm run prod. Find production files under /dist folder.
  2. Run npm run deploy to publish the /dist folder to this URL.

Recovery Procedures

  • No specific Recovery procedures.

Project Documentation and Specification

  • Check out the demo page to learn about specific features and components you might want to implement in your new website
  • For developers and designers, please check out the wiki page that explains basic ideas behind this bootstrapping project

Contribution guidelines

  • Read Welance Development Guidelines
  • Install Vue.JS devtools for easier Front-End debugging
  • Check out the demo page to learn about specific features and components you might want to implement in your new website
  • For developers and designers, please check out the wiki page that explains basic ideas behind this bootstrapping project
  • clone/fork the repo to contribute and send pull-requests!

  • When you need to refer to static assets, always reference like /assets/[folder]/[folder_or_file].[extension] in both HTML, SASS and JS files

  1. Use exclusively npm to install new modules

Who do I talk to?

For more info you can ask enrico. Check this project's open issues to see what needs to be developed!