# vuejses **Repository Path**: rlwb/vuejses ## Basic Information - **Project Name**: vuejses - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: 0.10 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-02 - **Last Updated**: 2022-09-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# Vue.js [](https://travis-ci.org/yyx990803/vue) [](https://saucelabs.com/u/vuejs) [](https://coveralls.io/r/yyx990803/vue?branch=master) > 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: ``` html