暫無描述

Rorschach cd819a3b5a first commit 3 年之前
public cd819a3b5a first commit 3 年之前
src cd819a3b5a first commit 3 年之前
.env.development cd819a3b5a first commit 3 年之前
.env.production cd819a3b5a first commit 3 年之前
.gitignore cd819a3b5a first commit 3 年之前
README.md cd819a3b5a first commit 3 年之前
babel.config.js cd819a3b5a first commit 3 年之前
package-lock.json cd819a3b5a first commit 3 年之前
package.json cd819a3b5a first commit 3 年之前
vue.config.js cd819a3b5a first commit 3 年之前

README.md

vue3

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

开发

使用vw单位

基准宽度375,在vue.config.js中设置,比如设计图图片为375px,则代码写width:375px(开发时把蓝湖选择为IOS,也就是根据一倍像素写页面)

环境变量和base_url在.env文件设置