Commit 8fcd5a08 authored by 王玉鑫's avatar 王玉鑫

chore: 构建测环境命令

parent 0cd029a9
dist
node_modules
......@@ -4,7 +4,7 @@
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<title>立业云</title>
</head>
<body>
<div id="app"></div>
......
{
"name": "template",
"name": "liyeyun",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check \"build-only {@}\" --",
"build:prod": "run-p type-check \"build-only {@}\" --",
"build:test": "run-p type-check \"build-only -m development\"",
"preview": "vite preview",
"test:unit": "vitest",
"build-only": "vite build",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment