# vue3-project-template **Repository Path**: sync-github/vue3-project-template ## Basic Information - **Project Name**: vue3-project-template - **Description**: A vue project template with vue-cli@4.5.0, vue@3, vue-router@4, vuex@4. - **Primary Language**: TypeScript - **License**: Not specified - **Default Branch**: master - **Homepage**: https://github.com/drylint/vue3-project-template - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-19 - **Last Updated**: 2021-10-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue3-project-template ## Project setup ```bash npm install ``` ### Compiles and hot-reloads for development ```bash npm run serve ``` ### Compiles and minifies for production ```bash npm run build ``` ### Lints and fixes files ```bash npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ```js const obj = { a: 1, } console.log(obj) ``` ```javascript const obj = { a: 1 } ``` ```ts const obj = { a: 1 } ``` ```typescript const obj = { a: 1 } ```