# VueCnodeJs **Repository Path**: sean0501/vue-cnode-js ## Basic Information - **Project Name**: VueCnodeJs - **Description**: 跟随github上的项目学习vue https://github.com/shuiRong/VueCnodeJS/tree/0f6be48a608919c2baf5c3d4bb2f36c7a992ff8b - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-07-26 - **Last Updated**: 2022-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 关于 这是我在学习vue使用过程的第一个项目,参考的是github上对cnodejs重构的项目,链接:https://github.com/shuiRong/VueCnodeJS 我跟随原作者的每次commit,一步一步构建出整个页面,并且加入了很多新手向的注释(只要是我第一次见到的内容)。 ## 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 ``` For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).