Giter VIP home page Giter VIP logo

vue-todo's Introduction

Vue TodoMVC

About

This is an extremely simple application written with Vue.js. Interested users will not find anything exciting here - quite the opposite, everything here is simple and easy to understand.

Beginners to Vue.js should feel free to clone this repo and run it (see Installation), making any changes they want to see what the resulting change is to the app, in real time.

Installation

Unlike the vast majority of high-level web applications, this application does not require any installation, dependent libraries, or Node. To run the app, simple clone this repository, then serve the main directory with your server of choice (Apache, Node, etc.). For example, to run this application with Node installed:

npm install -g http-server && http-server (This will result in the application being served at localhost:8080, visit that URL in your browser to see the application)

Things to Note

  • The application uses an X-Template to store the details of the layout. This is one of many ways to organize a template in Vue, and one of the more unique ways.
  • No build step is required to run this application, it just works™.
  • The Vue code in this application is very minimal - much of the code in the template is Bootstrap, which is required for a sharp presentation.
  • This application will only run in Modern browsers

vue-todo's People

Contributors

fredriklunde avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.