GengHH / vue3-vite3-app-template

Hi,this is a mobile app develop template build by vite3 vue3 and other tools!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

1. 开发模式

npm run dev
or
yarn dev

2. 打测试包模式

npm run build:test
or
yarn build:test

3. 打生产包模式

npm run build:pro
or
yarn build:pro

4. nginx 配置

location /app {
    alias "********\app\dist";
}

5. 访问地址

http://localhost/app/index.html/#/

6. 代码提交方式

npm run commit
or
yarn commit

制作 dockers images

1.在项目根目录下执行(注意指定版本号)

docker build  -t genghh/vue3-vite3-app:[v] .

2.登录 dockerhub

docker login

3.推送 dockerhub

docker push genghh/vue3-vite3-app:[v]

About

Hi,this is a mobile app develop template build by vite3 vue3 and other tools!


Languages

Language:HTML 78.4%Language:TypeScript 11.1%Language:JavaScript 3.8%Language:Vue 2.5%Language:Less 2.4%Language:CSS 1.6%Language:Dockerfile 0.2%Language:Shell 0.0%