Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/scscms/nuxt-test
nuxt学习项目
https://github.com/scscms/nuxt-test
Last synced: 1 day ago
JSON representation
nuxt学习项目
- Host: GitHub
- URL: https://github.com/scscms/nuxt-test
- Owner: scscms
- Created: 2021-01-18T14:15:38.000Z (almost 4 years ago)
- Default Branch: web10
- Last Pushed: 2021-01-05T08:12:53.000Z (about 4 years ago)
- Last Synced: 2024-11-11T03:36:48.321Z (about 2 months ago)
- Homepage:
- Size: 537 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-test
> My supreme Nuxt.js project
## Build Setup
``` bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm start# generate static project
$ npm run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).