https://github.com/gabe565/materialflux
📰 Material-UI frontend for Miniflux
https://github.com/gabe565/materialflux
material-ui miniflux
Last synced: 5 days ago
JSON representation
📰 Material-UI frontend for Miniflux
- Host: GitHub
- URL: https://github.com/gabe565/materialflux
- Owner: gabe565
- Created: 2022-09-19T15:55:27.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T22:29:18.000Z (over 1 year ago)
- Last Synced: 2025-03-15T04:24:58.040Z (7 months ago)
- Topics: material-ui, miniflux
- Language: Vue
- Homepage:
- Size: 858 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# materialflux
This template should help get you started developing with Vue 3 in Vite.
## Recommended IDE Setup
[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur) + [TypeScript Vue Plugin (Volar)](https://marketplace.visualstudio.com/items?itemName=Vue.vscode-typescript-vue-plugin).
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
npm install
```### Compile and Hot-Reload for Development
```sh
npm run dev
```### Compile and Minify for Production
```sh
npm run build
```### Run Unit Tests with [Vitest](https://vitest.dev/)
```sh
npm run test:unit
```### Run End-to-End Tests with [Cypress](https://www.cypress.io/)
```sh
npm run build
npm run test:e2e # or `npm run test:e2e:ci` for headless testing
```### Lint with [ESLint](https://eslint.org/)
```sh
npm run lint
```