https://nuxtjs.org/docs/2.x/get-started/installation
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)
MD CLEAR
find ./ -name "*.md" -exec rm {} \;
# 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.