# vue-app **Repository Path**: zhangcscc/vue ## Basic Information - **Project Name**: vue-app - **Description**: vue相关技术栈、vue2、vue3 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: dev - **Homepage**: https://zhangcs.cc/vue/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-17 - **Last Updated**: 2024-06-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, TypeScript, vite ## README Node.js中文地址:http://nodejs.cn/ ### 项目版本说明 ``` node版本:>= 6.0 vue脚手架版本:2.9.6 npm install -g vue-cli vue.js版本:2.5.2 webpack版本:^3.6.0 基于UI框架:element-ui (版本:^2.13.0) ``` ### 线上地址 地址访问地址:http://www.zhangcs.cc/vue/ ### Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run start # build for production with minification npm run build # deploy npm run deploy ``` ### Vue 单文件组件(SFC) 解释:Vue Single-File Component (SFC) 简介:`.vue` 文件是一个自定义的文件类型,用类 HTML 语法描述一个 Vue 组件。每个 `.vue` 文件包含三种类型的顶级语言块 `