Skip to content

CrazyChenzi/electron-tabs

Repository files navigation

electron-tabs

Use BrowserView to make a switchable tab

illustrate

Development

npm install or yarn install

cd render
npm install or yarn install

start homepage

cd render
npm run serve or yarn serve

start Electron

npm start or yarn start

Build

npm run build or yarn build