Kaydet (Commit) ca20d6a9 authored tarafından Eda Altuntaş's avatar Eda Altuntaş

Menü ve Inspector devre dışı bırakıldı

üst 5838361a
# oyun-parki-ui
# Oyun Parkı
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Kurulum
### Lints and fixes files
```
npm run lint
```
------
`apt install ./deb`
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
oyun-parki-api @ b76e1b44
Subproject commit b76e1b4408a40d5171b46deecc1bc0a96d71df89
......@@ -25,6 +25,7 @@ async function createWindow() {
});
mainWindow = win;
win.maximize();
win.setMenu(null);
if (process.env.WEBPACK_DEV_SERVER_URL) {
await win.loadURL(process.env.WEBPACK_DEV_SERVER_URL);
if (!process.env.IS_TEST) win.webContents.openDevTools();
......
oyun-parki-api @ f8bbf747
Subproject commit 5a57a366e7a9d2b9b99b05c9e11acc9684ef4804
Subproject commit f8bbf747706654a944966ed35d71b8fa26efb9d0
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