# vue2-app **Repository Path**: sako-suke/vue2-app ## Basic Information - **Project Name**: vue2-app - **Description**: Vue2 Playground w/ SFC - **Primary Language**: JavaScript - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-11-25 - **Last Updated**: 2022-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue2-app ## Vue2 单文件组件练习场 这个仓库的初衷是给那些新学 Vue2 的开发者提供一个现成的 Vue2 单文件组件环境,用来更加快捷方便地学习 Vue.js 框架。 ## 如何使用 这里假设你已经安装了 `git`、 `npm`、 `@vue/cli` ````bash git clone https://github.com/weirick/vue2-app.git Vue2-app cd Vue2-app npm install npm run dev ```` ## Vue2 Playground w/ SFC This repository is for someone new to know about Vue.js Framework and want to use a ready-made Vue2 SFC Environment to learn how to using Vue2. ## How to use? We assume that you have already installed: `git`, `npm`, `@vue/cli` ````bash git clone https://github.com/weirick/vue2-app.git Vue2-app cd Vue2-app npm install npm run dev ```` ## LICENSE 此项目使用 GPL-3.0 开源协议