Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/debs-obrien/get-started-with-nuxt
Getting started with nuxt and vue
https://github.com/debs-obrien/get-started-with-nuxt
Last synced: 2 months ago
JSON representation
Getting started with nuxt and vue
- Host: GitHub
- URL: https://github.com/debs-obrien/get-started-with-nuxt
- Owner: debs-obrien
- Created: 2019-01-18T18:11:01.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T16:04:28.000Z (about 2 years ago)
- Last Synced: 2024-07-03T06:31:53.064Z (6 months ago)
- Language: Vue
- Size: 4.53 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# learn-nuxt-app
> Lets learn nuxt and vue
## Build Setup
```bash
# install dependencies
$ npm i# 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
```#3 to launch the webpack analyzer go to your nuxt.config and change analyzer to true then:
```bash
nuxt build -a
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).
## To see the page live
[website](https://debs-obrien.github.io/get-started-with-nuxt)