安裝(依賴node & npm)
sudo npm install -g vue-cli
vue init webpack testDemo
cd testDemo
npm install
npm run dev
基礎(chǔ)語法
data
methods
v-if
v-else
v-on
click
keyup
input
tips
1<style scoped>
// scoped樣式只在當(dāng)前組件里起作用
</style>
sudo npm install -g vue-cli
vue init webpack testDemo
cd testDemo
npm install
npm run dev
data
methods
v-if
v-else
v-on
click
keyup
input
1<style scoped>
// scoped樣式只在當(dāng)前組件里起作用
</style>