# Project_Collection **Repository Path**: oak01/Project_Collection ## Basic Information - **Project Name**: Project_Collection - **Description**: 瞿龙俊的个人项目集 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-10-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Enar_Collection ### 个人作品集 ![](https://img.shields.io/github/stars/pandao/editor.md.svg) ![](https://img.shields.io/github/forks/pandao/editor.md.svg) ![](https://img.shields.io/github/tag/pandao/editor.md.svg) ![](https://img.shields.io/github/release/pandao/editor.md.svg) ![](https://img.shields.io/github/issues/pandao/editor.md.svg) ![](https://img.shields.io/bower/v/editor.md.svg) ## 讨论 使用上遇到的问题请联系 [作者邮箱](mailto:longjun.qu@cootek.cn), issue 仅仅用来处理 bug 和 feature 等的问题。 ## 安装 运行环境 - Node.js 4+ - npm 3+ ## 集成工具 基础工具 - WebPack 1.13+ - Vue 2.0.3+ 其他工具 - Vuex 2.0+ - Vue-Resource 1.2.1+ - Vue-Router 2.2.1+ 开发工具 - JQuery 2.1.0+ - Bootstrap 3.3.7+ ### 安装Node与包管理工具(基于Brew) ```shell brew install node ``` Step 1. 创建一个项目文件夹 (将Blog Git Clone至本地) ```shell $ mkdir blog $ cd blog $ git clone git@github.com:qulongjun/Blog.git . ``` Step 2. 开始构建 ```shell $ npm install $ npm run dev ``` Step 3. 访问地址 ```shell $ http://localhost:8888 ``` # License [MIT](https://github.com/ElemeFE/cooking/LICENSE)