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

bolide-nuxt-template

v0.2.1

Published

Bolide is an advanced templated/boilerplate forked from nuxt.js starter-template

Downloads

25

Readme

bolide-nuxt-template

Bolide-nuxt-template wants to be an advanced and always up-to-date version of nuxt-community/starter-template, with general purpose utilities and packages from the community (mainly nuxt-community) already installed and configured.


✸ Why this boilerplate?

I've created it because most of the times I was "yarn install"-ing the same packages and configuring the same things over and over again too often for each project. With Bolide, it's everything already packed and ready to go in a few seconds!

Features

  • Question-based template options, basic SEO meta tags and package.json generator
  • You can automatically choose and install one of the following CSS Frameworks: [Vuetify, Buefy, Element-UI, Bootstrap-Vue, AT-UI, MUSE-UI]
  • Auto-install packages
  • Shipped with monomer-css, my own CSS atomic framework
  • A /utils/config.js file to configure locales and environment-based variable such as Backend APIs URLs
  • Installed and already configured vee-validate, nuxt-i18n, @nuxtjs/pwa, @nuxtjs/auth and @nuxtjs/sitemap

Currently, I didn't find anything broken. If you find something wrong, please create a new issue.


✸ How to use

Get this template with:
vue init bitkris-dev/bolide-nuxt-template

Commands

☼ Install dependencies:
npm run setup

☼ Check packages distribution with webpack-bundle-analyzer:
npm run analyze

☼ Serve with hot reload:
npm run dev

☼ Generate icons:
Insert .svg files in the /static/img/svg directory and run:
npm run svg

then you can import svg icons with:
import '~/components/icons/icon-name.js'
and use as components with:
<svgicon name="icon-name" />


Build commands

npm run build # API_ENV isn't set
npm run build-staging # API_ENV = 'staging'
npm run build-production # API_ENV = 'production'

Start commands

npm run start # API_ENV isn't set
npm run start-staging # API_ENV = 'staging'
npm run start-production # API_ENV = 'production'

Generate static project commands

npm run generate # API_ENV isn't set
npm run generate-staging # API_ENV = 'staging'
npm run generate-production # API_ENV = 'production'


✸ Docs

For general explanation on how things work, checkout both the Nuxt.js docs and the Nuxt.js starter-template docs, from which this templated forked.

Other docs:
Nuxt-i18n
@nuxtjs/pwa
@nuxtjs/auth
@nuxtjs/sitemap

Vue-svgicon
Monomer-css