0.3.0 • Published 30 days ago

@fdcn/popcorn v0.3.0

Weekly downloads
-
License
-
Repository
-
Last release
30 days ago

Popcorn

Create Nuxt extendable layer with this GitHub template.

Motivation

This is to make the most sane starter which includes:

  • Animation helpers
  • Web page optimizers
    • Inline critical CSS
    • Offload JS
    • Font override
    • Partial hydration
  • SEO optimization

Setup

Make sure to install the dependencies:

pnpm install

Usage

First, install the package with your favorite package manager:

pnpm install @fdcn/popcorn

Add the dependency to their extends in nuxt.config:

defineNuxtConfig({
  extends: '@fdcn/popcorn'
})

Development Server

Start the development server on http://localhost:3000

pnpm dev

Production

Build the application for production:

pnpm build

Or statically generate it with:

pnpm generate

Locally preview production build:

pnpm preview

Checkout the deployment documentation for more information.

0.3.0

30 days ago

0.1.2

30 days ago

0.2.0

30 days ago

0.1.0

2 months ago

0.1.1

2 months ago

0.0.8

4 months ago

0.0.7

4 months ago

0.0.6

4 months ago

0.0.5

4 months ago

0.0.4

5 months ago

0.0.3

5 months ago

0.0.2

5 months ago