All Projects → nuxt → Todomvc

nuxt / Todomvc

Nuxt.js TodoMVC Example

Projects that are alternatives of or similar to Todomvc

Hackernews
HackerNews clone built with Nuxt.js
Stars: ✭ 758 (+457.35%)
Mutual labels:  nuxt, web-app, universal
Nuxt.js
The Intuitive Vue(2) Framework
Stars: ✭ 38,986 (+28566.18%)
Mutual labels:  nuxt, web-app, universal
music-app-electron
Music-Streaming app built with Electron, Webpack, Vue.js, Vuex and the Spotify api.
Stars: ✭ 74 (-45.59%)
Mutual labels:  universal, web-app
Electrode
Web applications with node.js and React
Stars: ✭ 2,033 (+1394.85%)
Mutual labels:  web-app, universal
universal-progressive-todos
A Todo list with universal JavaScript & Progressive Enhancement
Stars: ✭ 30 (-77.94%)
Mutual labels:  universal, todomvc
Nuepress
📖 Nuxt.js + WordPress REST API
Stars: ✭ 524 (+285.29%)
Mutual labels:  nuxt, web-app
Laravel Nuxt
A Laravel-Nuxt starter kit.
Stars: ✭ 943 (+593.38%)
Mutual labels:  nuxt, universal
Prestashop
Free PWA & SPA for PrestaShop
Stars: ✭ 59 (-56.62%)
Mutual labels:  nuxt, web-app
Nuxt Beginners Guide
Japan's first book that corresponds to Nuxt.js v2 and focuses on deep content.
Stars: ✭ 127 (-6.62%)
Mutual labels:  nuxt
Next Advanced Apollo Starter
Advanced, but minimalistic Next.js pre-configured starter with focus on DX
Stars: ✭ 131 (-3.68%)
Mutual labels:  universal
Nuxt Helmet
👷 Helmet for Nuxt
Stars: ✭ 126 (-7.35%)
Mutual labels:  nuxt
Apollo Universal Starter Kit
Apollo Universal Starter Kit is an SEO-friendly, fully-configured, modular starter application that helps developers to streamline web, server, and mobile development with cutting-edge technologies and ultimate code reuse.
Stars: ✭ 1,645 (+1109.56%)
Mutual labels:  universal
Surmon.me
🆒 My personal website and blog, powered by @vuejs (3)
Stars: ✭ 1,767 (+1199.26%)
Mutual labels:  nuxt
Guess Nuxt
Predict the next page (or pages) a user is likely to visit and prefetch these pages, improving perceived page load performance and user happiness. During the build process, the GuessPlugin will fetch report from Google Analytics, build a model used for predictive pre-fetching and add a small runtime to the main bundle of your application.
Stars: ✭ 126 (-7.35%)
Mutual labels:  nuxt
Nuxt Image Loader Module
An image loader module for nuxt.js that allows you to configure image style derivatives.
Stars: ✭ 135 (-0.74%)
Mutual labels:  nuxt
Page Transitions Travelapp
Travel App, Native-like Page Transitions
Stars: ✭ 1,637 (+1103.68%)
Mutual labels:  nuxt
Contenta vue nuxt
Start in minutes a Drupal 8 with JSON API and Vue.js : a Nuxt.js ( Vue.js SSR ) consumer for Contenta CMS
Stars: ✭ 125 (-8.09%)
Mutual labels:  nuxt
Todomvc Ddd Cqrs Eventsourcing
Implementation of basic Todo app via tastejs/todomvc in C#/Typescript with eventsourcing, cqrs, and domain driven design
Stars: ✭ 134 (-1.47%)
Mutual labels:  todomvc
Angular2 Esnext Todomvc
Angular TodoMVC application in Javascript (ES6/ES7).
Stars: ✭ 132 (-2.94%)
Mutual labels:  todomvc
Blog Module
Build your blog with @nuxt
Stars: ✭ 130 (-4.41%)
Mutual labels:  nuxt

Nuxt.js TodoMVC Example

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

Nuxt.js - nuxtjs.org

arkit

Setup

# 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 is a great resource to get started.

Here are some links you may find helpful:

Get help from other Vue.js users:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].