# vueinit **Repository Path**: demo51/vueinit ## Basic Information - **Project Name**: vueinit - **Description**: localinit - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-03-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vueinit > A Vue.js project ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader). # 笔记 插件 Vetur| ## 模板语法 显示html| `
` **插值** ``` 可以实现单行表达式 ``` ``` # 动态绑定 {{links.title}}id={{id}}
----- {{count}} {{count}} ``` **条件渲染** ``` v-if v-show #使用的是 display: none; ``` **列表渲染** ```