# Anynote **Repository Path**: zlrs/Anynote ## Basic Information - **Project Name**: Anynote - **Description**: Anynote is a markdown note app built with Electron and vue.js. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-12 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # anynote-ts Anynote is a markdown note app built with Electron and vue.js. ## Project setup ``` yarn install ``` ### Compiles and hot-reloads for development 1. Web Browser ``` yarn serve ``` 2. Electron ``` yarn electron:serve ``` ### Compiles and minifies for production 1. Web Browser ``` yarn build ``` 2. Electron ``` yarn electron:build ``` ### Run your unit tests ``` yarn test:unit ``` ### Lints and fixes files ``` yarn lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).