# news **Repository Path**: hardk33/journalism ## Basic Information - **Project Name**: news - **Description**: 新闻webAPP - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: http://hardk33.gitee.io/journalism - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # news #### VUE实战 一个迷你的新闻webAPP,技术虽不复杂但vue核心的技术点大部分都涉及到,是一个很好的初级实战项目,对于我来说,即增加了新的知识又巩固了以前的知识,如果对你有帮助的话,给我个⭐哦 最后,感谢@MZCretin大佬提供的接口 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).