Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xyxiao001/bilibili
基于vue2.0 vue-router2.0 的bilibili
https://github.com/xyxiao001/bilibili
bilibili cnpm vue vuex yarn
Last synced: 3 months ago
JSON representation
基于vue2.0 vue-router2.0 的bilibili
- Host: GitHub
- URL: https://github.com/xyxiao001/bilibili
- Owner: xyxiao001
- Created: 2016-07-18T01:45:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T14:55:40.000Z (almost 8 years ago)
- Last Synced: 2024-10-12T09:11:01.332Z (3 months ago)
- Topics: bilibili, cnpm, vue, vuex, yarn
- Language: CSS
- Homepage: http://xyxiao001.github.io/bilibili
- Size: 1.85 MB
- Stars: 63
- Watchers: 11
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bilibili vue
##使用vue2.0 scss es6 vue-router2.0# 本地运行步骤
## 首先安装git
##执行
### git clone https://github.com/xyxiao001/bilibili.git bilibli
## 然后安装yarn或者cnpm
###npm install -g yarn 或者 npm install -g cnpm --registry=https://registry.npm.taobao.org
## 安装依赖包
###yarn 或者 cnpm i
##启动服务
###npm run dev
##访问地址
###localhost:8866
##打包编译为静态页面
###npm run build