/
githubmirror
/
marktext
Обзор
Документация
Войти
/
githubmirror
/
marktext
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v0.13.65
src/main/index.dev.js
26 строк
861 B
冉四夕
Support multiple lines math input (#294)
25 май 2018, 19:58
Не верифицирован
25 май 2018, 19:58
16bb1de
Код
Авторство
О чём код?
/** * This file is used specifically and only for development. It installs * `electron-debug` & `vue-devtools`. There shouldn't be any need to * modify this file, but it can be used to extend your development * environment. */ /* eslint-disable */ // Install `electron-debug` with `devtron` require('electron-debug')({ showDevTools: false }) // Install `vue-devtools` require('electron').app.on('ready', () => { let installExtension = require('electron-devtools-installer') // WORKAROUND: Electron: 2.0.0 does not match required range // https://github.com/MarshallOfSound/electron-devtools-installer/issues/73 installExtension.default(installExtension.VUEJS_DEVTOOLS.id) .then(() => {}) .catch(err => { console.log('Unable to install `vue-devtools`: \n', err) }) }) // Require `main` process to boot app require('./index')