Skip to content
This repository was archived by the owner on Mar 8, 2022. It is now read-only.

j3soon/vue-frontend-basics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-frontend-basics

The code modified after using vue create is shown here. If you look at the html template and javascript, you can know how to do basic two-way bindings using v-bind, v-on, the css part can be ignored, I didn't put a lot of effort on it.

After learning the binding basics, see Vuex if you needs deep-bindings or bindings that acts like global variables.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

Basic demo of two-way data binding

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages