Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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