Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nuxt/todomvc

Nuxt.js TodoMVC Example
https://github.com/nuxt/todomvc

nuxt todomvc universal vue web-app

Last synced: about 2 months ago
JSON representation

Nuxt.js TodoMVC Example

Awesome Lists containing this project

README

        

# Nuxt.js TodoMVC Example

> Nuxt.js is a framework for building Universal Vue.js Applications.

> _[Nuxt.js - nuxtjs.org](https://nuxtjs.org)_

![arkit](./arkit.svg?sanitize=true)

## Setup

```bash
# install dependencies
npm install # or yarn

# serve in dev mode, with hot reload at localhost:3000
npm run dev

# build for production
npm run build

# serve in production mode
npm start
```

## Learning Nuxt.js

The [Nuxt.js website](https://nuxtjs.org/) is a great resource to get started.

Here are some links you may find helpful:

* [Official Guide](https://nuxtjs.org/guide)
* [API Reference](https://nuxtjs.org/api)
* [Examples](https://nuxtjs.org/examples)

Get help from other Vue.js users:

* [Nuxt.js on Twitter](https://twitter.com/nuxt_js)
* [Nuxt.js on Gitter](https://gitter.im/nuxt/nuxt.js)