mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-17 15:05:33 +00:00
Deleted all old things, added Vue skeleton
This commit is contained in:
parent
665a22a24b
commit
5c5f34dc36
26 changed files with 13725 additions and 2640 deletions
5
vue.config.js
Normal file
5
vue.config.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
publicPath: process.env.NODE_ENV === 'production'
|
||||
? '/test/'
|
||||
: '/'
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue