https://github.com/archtaurus/nuxtplayground
Nuxt Playground
https://github.com/archtaurus/nuxtplayground
nuxt nuxtjs playground
Last synced: 2 months ago
JSON representation
Nuxt Playground
- Host: GitHub
- URL: https://github.com/archtaurus/nuxtplayground
- Owner: archtaurus
- Created: 2021-03-08T09:37:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T13:16:53.000Z (over 5 years ago)
- Last Synced: 2025-09-13T22:27:19.671Z (9 months ago)
- Topics: nuxt, nuxtjs, playground
- Language: JavaScript
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nuxt Playground
## Build Setup
```bash
# 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](https://nuxtjs.org).
## Creation Log
``` shell
$ yarn create nuxt-app NuxtPlayground
yarn create v1.22.10
[1/4] Resolving packages...
[2/4] Fetching packages...
info fsevents@2.3.2: The platform "linux" is incompatible with this module.
info "fsevents@2.3.2" is an optional dependency and failed compatibility check. Excluding it from installation.
[3/4] Linking dependencies...
[4/4] Building fresh packages...
success Installed "create-nuxt-app@3.5.2" with binaries:
- create-nuxt-app
create-nuxt-app v3.5.2
✨ Generating Nuxt.js project in NuxtPlayground
? Project name: nuxt-playground
? Programming language: JavaScript
? Package manager: Yarn
? UI framework: Tailwind CSS
? Nuxt.js modules: Axios - Promise based HTTP client
? Linting tools: (Press to select, to toggle all, to invert selection)
? Testing framework: None
? Rendering mode: Universal (SSR / SSG)
? Deployment target: Server (Node.js hosting)
? Development tools: jsconfig.json (Recommended for VS Code if you're not using typescript)
? What is your GitHub username? zhao xin
? Version control system: Git
🎉 Successfully created project nuxt-playground
To get started:
cd NuxtPlayground
yarn dev
To build & start for production:
cd NuxtPlayground
yarn build
yarn start
Done in 49.98s.
$ cd NuxtPlayground
$ npx tailwindcss init
tailwindcss 1.9.6
✅ Created Tailwind config file: tailwind.config.js
$ code .
```