0xKakashi / nuxtjs-boilerplate

πŸ” Nuxt.js SPA Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxtjs-boilerplate

Nuxt.js SPA Template

CREATOR: 0xKakashi


  • Nuxt.js 2.14.6
  • Tailwind 1.8.10
  • Web3.js 1.3.0

Documentation

Nuxt.js Modules

Assets


TEMPLATE

Environment and configuration commands

DEVELOPMENT

# Install dependencies
$ npm install

# Create `.env` variable file for environment
$ touch .env

# Serve with hot reload at localhost:3000
$ npm run dev

ENV VARIABLES

  • API_URL
  • CDN_URL
  • GTM_ID
  • EMAIL_ADDRESS

BUILD

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

# Generate static project
$ npm run generate

DEPLOYMENT

# Deploy to S3
$ npm deploy

About

πŸ” Nuxt.js SPA Template


Languages

Language:JavaScript 47.4%Language:CSS 27.8%Language:Vue 24.8%