Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Getting started with nuxt and vue

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)