「daza.io」是一款基于技能树的技术内容聚合应用,根据你的技能对内容进行筛选,让你在这个信息过载的时代里更高效地获取你所需的内容。
本项目使用 Vue.js 2.x 进行开发,基于 vue-cli 构建的 SPA 前端项目。
$ cd ~/Documents/Projects
$ git clone git@github.com:lijy91/daza-frontend.git
$ cd daza-frontend
$ npm install
$ bower install
$ vim config/dev.env.js
将 API_URL
修改为服务端的地址
$ npm run dev
详情命令请查看 vue-cli 文档。
如果你有什么好想法想告诉我,或者想加入讨论组(注明加入讨论组),请加我微信。
如果你觉得我的工作对你有帮助,那你可以为项目捐赠运营费用。
Copyright (C) 2015 JianyingLi <lijy91@foxmail.com>
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.