# VueStudy **Repository Path**: harkhuang/VueStudy ## Basic Information - **Project Name**: VueStudy - **Description**: Vue.js学习系列示例代码及教程 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://note.dolyw.com - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2021-07-15 - **Last Updated**: 2021-07-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # VueStudy [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/wang926454/VueStudy/pulls) [![GitHub stars](https://img.shields.io/github/stars/wang926454/VueStudy.svg?style=social&label=Stars)](https://github.com/wang926454/VueStudy) [![GitHub forks](https://img.shields.io/github/forks/wang926454/VueStudy.svg?style=social&label=Fork)](https://github.com/wang926454/VueStudy) > A Vue.js project > 主要参考官方Vue.js文档:[https://cn.vuejs.org/v2/guide/installation.html](https://cn.vuejs.org/v2/guide/installation.html) > 主要参考keepfool的Vue.js教程:[https://github.com/keepfool/vue-tutorials](https://github.com/keepfool/vue-tutorials) ## Build Setup ``` bash # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report # run unit tests npm run unit # run e2e tests npm run e2e # run all tests npm test ``` For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).