# comment-app-by-vue **Repository Path**: chenc041/comment-app-by-vue ## Basic Information - **Project Name**: comment-app-by-vue - **Description**: 有vue 构建的 简易评论demo - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2017-08-05 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-comment > A Vue.js comment-app project > 使用 vue vuex 构建的一个 简单发布/删除评论的 webapp,仅作为熟悉vuex练习 #### 技术栈 1.vue 2.vuex 3.vue-cli 4.node #### 运行实图 ![Alt text](/readImg/comment-by-vue.gif) ## 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 ```