An open API service indexing awesome lists of open source software.

https://github.com/cavencj/vue-electron-sql

集成了 Vue、Electron、Sql、Element的脚手架,方便开发桌面端的 Vue 应用程序
https://github.com/cavencj/vue-electron-sql

desktop electron element-ui sql vue

Last synced: 2 months ago
JSON representation

集成了 Vue、Electron、Sql、Element的脚手架,方便开发桌面端的 Vue 应用程序

Awesome Lists containing this project

README

          

# Vue Electron Sql

> 该脚手架集成了 Vue、Elctron、Sql、Element,方便开发桌面端的 Vue 应用程序

## Build Setup

```bash
# install dependencies
yarn

# serve with hot reload at localhost:9080
yarn run dev

# build electron application for production
yarn run build

# lint all JS/Vue component files in `src/`
yarn run lint

```