douyin_front
1.0.0
抖音精灵的前端项目,后端项目地址:elliotxx/douyin_back
演示地址:http://douyin.yangyingming.com
Vue.prototype.douyinhost = "http://douyin.test.com:8005";
# install dependencies
npm install
# build for production with minification
npm run build
Vue.prototype.douyinhost = "http://douyin.test.com:8005";
# 构建镜像
docker build -t douyin_front .
# 启动容器
docker run --name douyin_front -p 8006:80 -d douyin_front
# 查看运行中的容器
docker container ls