ソースを参照

upload

release
HolyKnightIX 10ヶ月前
コミット
74c58e3bee
5個のファイルの変更19036行の追加4435行の削除
  1. +1
    -0
      .gitignore
  2. +15341
    -37
      package-lock.json
  3. +0
    -18
      public/web.config
  4. +1
    -1
      vue.config.js
  5. +3693
    -4379
      yarn.lock

+ 1
- 0
.gitignore ファイルの表示

@@ -21,3 +21,4 @@ pnpm-debug.log*
*.njsproj
*.sln
*.sw?
*.rar

+ 15341
- 37
package-lock.json
ファイル差分が大きすぎるため省略します
ファイルの表示


+ 0
- 18
public/web.config ファイルの表示

@@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>

<configuration>
<system.webServer>
<rewrite>
<rules>
<rule name="Vue History Rule" stopProcessing="true">
<match url="(.*)" />
<conditions logicalGrouping="MatchAll">
<add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" />
<add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" />
</conditions>
<action type="Rewrite" url="/" />
</rule>
</rules>
</rewrite>
</system.webServer>
</configuration>

+ 1
- 1
vue.config.js ファイルの表示

@@ -7,5 +7,5 @@ module.exports = {
// 模板来源
template: 'example/index.html',
},
}
},
}

+ 3693
- 4379
yarn.lock
ファイル差分が大きすぎるため省略します
ファイルの表示


読み込み中…
キャンセル
保存