All Projects β†’ nuxt-community β†’ Pwa Template

nuxt-community / Pwa Template

Licence: mit
PWA template for vue-cli based on the starter template

Projects that are alternatives of or similar to Pwa Template

Vue Slick Carousel
πŸš₯Vue Slick Carousel with True SSR Written for ⚑Faster Luxstay
Stars: ✭ 447 (+241.22%)
Mutual labels:  nuxt, pwa
Hoppscotch
πŸ‘½ Open source API development ecosystem https://hoppscotch.io
Stars: ✭ 34,569 (+26288.55%)
Mutual labels:  nuxt, pwa
Awes Io
Awes.io // boilerplate based on Vue, Nuxt, TailwindCSS plus Laravel as a backend. 🀟
Stars: ✭ 599 (+357.25%)
Mutual labels:  nuxt, pwa
wordpress
Free PWA & SPA for Wordpress & Woocommerce
Stars: ✭ 103 (-21.37%)
Mutual labels:  pwa, nuxt
Laravel Vuejs.com
Laravel and VueJs Blog, using Laravel nova, GraphQL, NuxtJs, Apollo and ...more
Stars: ✭ 54 (-58.78%)
Mutual labels:  nuxt, pwa
hackaru-web
An web server for Hackaru
Stars: ✭ 20 (-84.73%)
Mutual labels:  pwa, nuxt
Vuefront Nuxt
Vuefront Nuxt module for building components based on config.
Stars: ✭ 16 (-87.79%)
Mutual labels:  nuxt, pwa
Hackernews
HackerNews clone built with Nuxt.js
Stars: ✭ 758 (+478.63%)
Mutual labels:  nuxt, pwa
Opencart
Free PWA & SPA for OpenCart
Stars: ✭ 50 (-61.83%)
Mutual labels:  nuxt, pwa
Pwa Module
Zero config PWA solution for Nuxt.js
Stars: ✭ 1,033 (+688.55%)
Mutual labels:  nuxt, pwa
Nuxt Wordpress Pwa
Wordpress + Vue + Nuxt.js
Stars: ✭ 251 (+91.6%)
Mutual labels:  nuxt, pwa
Vue Storefront
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Ne…
Stars: ✭ 9,111 (+6854.96%)
Mutual labels:  nuxt, pwa
Buefy Shop
A sample shop built with Nuxt, Stripe, Firebase and Serverless Functions
Stars: ✭ 207 (+58.02%)
Mutual labels:  nuxt, pwa
Nuxt7
πŸ“± Full Featured iOS & Android PWA Apps with Nuxt.js and Framework7
Stars: ✭ 282 (+115.27%)
Mutual labels:  nuxt, pwa
Nuxt Starter
Personnal nuxt starter
Stars: ✭ 30 (-77.1%)
Mutual labels:  nuxt, pwa
Prestashop
Free PWA & SPA for PrestaShop
Stars: ✭ 59 (-54.96%)
Mutual labels:  nuxt, pwa
Community Modules
Stars: ✭ 1,258 (+860.31%)
Mutual labels:  nuxt, pwa
Contenta vue nuxt
Start in minutes a Drupal 8 with JSON API and Vue.js : a Nuxt.js ( Vue.js SSR ) consumer for Contenta CMS
Stars: ✭ 125 (-4.58%)
Mutual labels:  nuxt
Webapp Webpack Plugin
[DEPRECATED] use favicons-webpack-plugin instead
Stars: ✭ 127 (-3.05%)
Mutual labels:  pwa
Nextjs Pwa Graphql Sql Boilerplate
Next.js serverless PWA with GraphQL (Apollo) + Postgres SQL boilerplate
Stars: ✭ 125 (-4.58%)
Mutual labels:  pwa

PWA

A Nuxt.js PWA template without the distraction of a complicated development environment.

Live demo: [coming soon]

This template is still under development, feedback welcome!

Installation

This is a project template for vue-cli.

$ vue init nuxt-community/pwa-template my-project  
$ cd my-project                     
# install dependencies
$ npm install # Or yarn install

Make sure to use a version of vue-cli >= 2.1 (vue -V).

Usage

Development

# serve with hot reloading at localhost:3000
$ npm run dev

Go to http://localhost:3000

Production

# build for production and launch the server
$ npm run build
$ npm start

Generate

# generate a static project
$ npm run generate
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].