harutotanabe09 / NuxtTypeScriptStart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuxtapp

How to Install

https://nuxtjs.org/docs/2.x/get-started/installation

How to Start

yarn create nuxt-app nuxtapp

Setting

Programming language: TypeScript
Package manager: Yarn
UI framework: Tailwind CSS
Linting tools: ESLint, Prettier, Lint staged files, StyleLint
Testing framework: None
Rendering mode: Universal (SSR / SSG)
Deployment target: Server (Node.js hosting)

How to Maintanace

MD CLEAR

find ./ -name "*.md" -exec rm {} \;

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

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

About


Languages

Language:Vue 89.3%Language:JavaScript 10.7%