• Stars
    star
    116
  • Rank 303,894 (Top 6 %)
  • Language Vue
  • License
    MIT License
  • Created about 7 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A fast and powerful Vue.js PWA boilerplate

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!