# simple-vue-demo **Repository Path**: willern/simple-vue-demo ## Basic Information - **Project Name**: simple-vue-demo - **Description**: 简单的vue项目demo,vue+scss+webpack(发布新闻,新闻列表,个人中心,登录注册) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-03-22 - **Last Updated**: 2022-06-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # simple-vue-demo 这是一个简单的vue项目,实现登录注册,个人中心页面,新闻列表页面,发布新闻页面。 没有后端代码,账号和密码是用的localstorage来实现登录注册并验证的。 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).