redshoga / nuxt-gottani-template

Nuxt project template: various features included

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxt-gottani-template

My stellar Nuxt.js project

What is "gottani"

ごった煮[gottani]

(n) various foods cooked together,hodgepodge,hotchpotch,mulligan stew

Features

  • Initial Options (npx create-nuxt-app nuxt-gottani-template)
    • ? Project name nuxt-gottani-template
      ? Project description My perfect Nuxt.js project
      ? Author name redshoga
      ? Choose the package manager Yarn
      ? Choose UI framework None
      ? Choose custom server framework None (Recommended)
      ? Choose Nuxt.js modules Axios
      ? Choose linting tools Prettier
      ? Choose test framework Jest
      ? Choose rendering mode Single Page App
      
  • Normalize.css
  • Atomic Design Directory Structure
    • ~/components/...
  • SCSS Support
    • node-sass, sass-loader
  • Nuxt Style Resources
  • VSCode Settings
  • VSCode Debugging
  • Prettier was deleted (This repo ONLY USE ESLint)

Recommend VSCode Extensions

TODO

Build Setup

# install dependencies
$ npm run install

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

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

# generate static project
$ npm run generate

For detailed explanation on how things work, checkout Nuxt.js docs.

About

Nuxt project template: various features included


Languages

Language:JavaScript 74.2%Language:Vue 17.2%Language:CSS 8.6%