# dapp **Repository Path**: mirrors_fritx/dapp ## Basic Information - **Project Name**: dapp - **Description**: [WIP] Boilerplate for stack of Vue/Parcel/Electron - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-25 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dapp > \[WIP\] Boilerplate for stack of Vue/Parcel/Electron *Inspired by [eddyerburgh/parcel-vuejs-template](https://github.com/eddyerburgh/parcel-vuejs-template)* - [x] Electron - [x] Parcel - [x] Vue - [x] Jest - [x] ESLint - [x] DotEnv ### Developing ```sh npm install npm run dev ``` ### Packaging ```sh npm test npm run build ```