All Projects β†’ Gingernaut β†’ Peridot

Gingernaut / Peridot

Licence: mit
A fast and powerful Vue.js PWA boilerplate

Projects that are alternatives of or similar to Peridot

Pwa Boilerplate
✨ PWA Boilerplate is highly scalable and is designed to help you kick-start your next project πŸ”­.
Stars: ✭ 82 (-26.13%)
Mutual labels:  boilerplate, scss, pwa
Tris Webpack Boilerplate
A Webpack boilerplate for static websites that has all the necessary modern tools and optimizations built-in. Score a perfect 10/10 on performance.
Stars: ✭ 1,016 (+815.32%)
Mutual labels:  boilerplate, scss, pwa
Webxr Webpack Boilerplate
Starter Kit for building rich, immersive WebXR projects (featuring A-Frame) PWA with Webpack and SASS
Stars: ✭ 48 (-56.76%)
Mutual labels:  boilerplate, pwa
Generator Baukasten
Awesome!
Stars: ✭ 50 (-54.95%)
Mutual labels:  boilerplate, scss
Gp Vue Boilerplate
Grabarz & Partner Boilerplate is a professional front-end template for building fast, robust, and adaptable web apps or sites with vuejs.
Stars: ✭ 71 (-36.04%)
Mutual labels:  boilerplate, pwa
Light Blue Dashboard
πŸ”₯ Free and open-source admin dashboard template built with Bootstrap
Stars: ✭ 110 (-0.9%)
Mutual labels:  boilerplate, scss
Vue Firebase Starter
boilerplate of vue/vuex/vue(x)-router, with sass/prerendering, muse-ui, and firebase/firebaseui
Stars: ✭ 43 (-61.26%)
Mutual labels:  boilerplate, pwa
Ng Toolkit
⭐️ Angular tool-box! Start your PWA in two steps! Add Serverless support for existing projects and much more
Stars: ✭ 1,116 (+905.41%)
Mutual labels:  boilerplate, pwa
Thinkful Workshop React Redux Node Mongodb Webpack2
Stars: ✭ 12 (-89.19%)
Mutual labels:  boilerplate, pwa
Commudle Ng
World's first community management platform. And it's free!
Stars: ✭ 81 (-27.03%)
Mutual labels:  scss, pwa
Preact Redux Isomorphic
preact-redux-isomorphic PWA SPA SSR best practices and libraries in under 80kB page size (for live demo click the link below)
Stars: ✭ 85 (-23.42%)
Mutual labels:  boilerplate, pwa
Html Sass Babel Webpack Boilerplate
Webpack 4 + Babel + ES6 + SASS + HTML Modules + Livereload
Stars: ✭ 35 (-68.47%)
Mutual labels:  boilerplate, scss
Preact Boilerplate
🎸 Ready-to-rock Preact starter project, powered by Webpack.
Stars: ✭ 959 (+763.96%)
Mutual labels:  boilerplate, pwa
Suicrux
πŸš€ Ultimate universal starter with lazy-loading, SSR and i18n. [not maintained]
Stars: ✭ 958 (+763.06%)
Mutual labels:  boilerplate, pwa
Meteor Apollo Starter Kit
Meteor, Apollo, React, PWA, Styled-Components boilerplate
Stars: ✭ 91 (-18.02%)
Mutual labels:  boilerplate, pwa
Generator Dhboilerplate
Boilerplate made by David Hellmann
Stars: ✭ 54 (-51.35%)
Mutual labels:  boilerplate, scss
Ghchat
πŸ“±A chat application for GitHub. React + PWA + Node(koa2) + Typescripts + Mysql + Socket.io
Stars: ✭ 791 (+612.61%)
Mutual labels:  scss, pwa
Bs4 Nodejs Static
A basic template to develop a website based on Bootstrap 4
Stars: ✭ 17 (-84.68%)
Mutual labels:  boilerplate, scss
Sing App
πŸ’₯Free and open-source admin dashboard template built with Bootstrap 4.5 πŸ’₯
Stars: ✭ 1,187 (+969.37%)
Mutual labels:  boilerplate, scss
Cra Boilerplate
Up to date: This project is an Create React App - v2.1.1 boilerplate with integration of Redux, React Router, Redux thunk & Reactstrap(Bootstrap v4)
Stars: ✭ 87 (-21.62%)
Mutual labels:  boilerplate, scss

Peridot

A fully featured Vue 2.6 PWA boilerplate Screenshot

Features:

  • Progressive Web App (PWA) with Service Worker
  • Code splitting and async component/route loading
  • Automatic hot-reload in development
  • Dockerized production setup with pm2 load balancing
  • Automatic removal of unused CSS/SCSS
  • Global SCSS variables and easy theme customization
  • Linting and formatting with eslint and prettier
  • Uses Buefy for styling

Running

# Run in development
yarn run serve

# Building and running with Docker
docker build -t peridot .
docker run -p 8080:8080 peridot:latest

# Lint .vue, .js, .scss
yarn run lint

Backend

Want a ready-to-go backend for this web app for user authentication and management, email verification and more? Check out microAuth, a FastAPI Python boilerplate that works out of the box with this project.

Contributing

Pull requests are welcome and appreciated!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].