Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
forked fromvuejs/vue

Intuitive, fast & composable MVVM for building interactive interfaces.

License

NotificationsYou must be signed in to change notification settings

khirayama/vue

 
 

Repository files navigation

Vue.jsBuild StatusSelenium Test StatusCoverage Status

MVVM made simple.

Introduction

Vue.js is a library for building interactive web interfaces. It provides the benefits of MVVM data binding and a composable component system with a simple and flexible API. You should try it out if you like:

  • Intuitive API that simply makes sense
  • Extendable Data bindings
  • Plain JavaScript objects as models
  • Building interface by composing reusable components
  • Flexibility to mix & match the view layer with other libraries

It's really really easy to get started. Seriously, it's so easy:

<divid="demo">  {{message}}<inputv-model="message"></div>
vardemo=newVue({el:'#demo',data:{message:'Hello Vue.js!'}})

To check out the live demo, guides and API reference, visitvuejs.org.

Browser Support

Vue.js supportsmost ECMAScript 5 compliant browsers, essentially IE9+. IE8 and below are not supported.

Contribution

Read thecontributing guide.

Get in Touch

Changelog

Details changes for each release are documented in therelease notes.

License

MIT

Copyright (c) 2014 Evan You

About

Intuitive, fast & composable MVVM for building interactive interfaces.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript97.5%
  • HTML1.9%
  • CSS0.6%

[8]ページ先頭

©2009-2025 Movatter.jp