# VUE3-Tutorial **Repository Path**: yunwisdom_zhao/VUE3-Tutorial ## Basic Information - **Project Name**: VUE3-Tutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-22 - **Last Updated**: 2025-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Vue3-Tutorial A Tutorial for Vue 3. ## How to use You should clone the repo and install the dependencies, and then npm start.That is all. ```bash $ git clone https://github.com/allan2coder/VUE3-Tutorial.git $ cd VUE3-Tutorial $ npm install ``` Then launch the project app. ```bash $ npm run dev ``` You should see a new browser tap opening and a page of 'index.html' in http://localhost:3000. ## How to build the static files ``` bash npm run build ``` ## Online demo https://allan2coder.github.io/VUE3-Tutorial/ ## Other SPA - [React.js](https://github.com/allan2coder/React-SPA) :fire: :fire: :fire: ## License MIT