Code Monkey home page Code Monkey logo

bollywood's Introduction

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

bollywood's People

Contributors

bitkris-dev avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.