# VueLearning **Repository Path**: vision-a/vue-learning ## Basic Information - **Project Name**: VueLearning - **Description**: LearningVue - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-14 - **Last Updated**: 2023-01-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Online Judge Front End (Test SNAPSHOT 1.0) ## Project setup ```shell npm install -g vue-cli npm install -g webpack npm install -g vue-router npm install npm install element-ui -S ``` ## Project Pictures Path ```shell src/assets/ ``` ### Compiles and hot-reloads for development ```shell npm run serve ``` ### Compiles and minifies for production ```shell npm run build ``` ### Lints and fixes files ```shell npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).