Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ykws/hello-nuxtjs
Get Started Nuxt.js
https://github.com/ykws/hello-nuxtjs
nuxtjs vuejs
Last synced: 22 days ago
JSON representation
Get Started Nuxt.js
- Host: GitHub
- URL: https://github.com/ykws/hello-nuxtjs
- Owner: ykws
- Created: 2020-03-04T15:46:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T22:36:37.000Z (over 1 year ago)
- Last Synced: 2023-08-05T04:06:21.316Z (over 1 year ago)
- Topics: nuxtjs, vuejs
- Language: Vue
- Homepage:
- Size: 434 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Get Started Nuxt.js
[![macOS](https://img.shields.io/badge/macOS-Monterey-black)](https://developer.apple.com/macos/)
> The Progressive Vue.js Framework
https://nuxtjs.org/
## Requirements
* [Node](https://github.com/ykws/hello-node)
* [Yarn](https://classic.yarnpkg.com/en/)## 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).