# notebook **Repository Path**: weizidong/notebook ## Basic Information - **Project Name**: notebook - **Description**: electron+vue的桌面应用 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-06-22 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # notebook To start: ```bash $ npm install ``` To develop: ```bash $ npm run dev # in a new tab, run electron app $ npm run app ``` To build for production: ```bash $ npm run build ``` --- Generated by [VuePack](https://github.com/egoist/vuepack).