ebanDev / Gazette

πŸ“° Gazette, a mobile app client for Europresse

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“° Gazette

Description

A mobile app client for Europresse. It is based on Framework7 and Capacitor and uses Europresse API.

Home Article Search Bookmarks Settings
Home Article Search Bookmarks Settings

Features

  • πŸ†• See latest articles on home page from RSS feeds
  • πŸ” Search articles
  • πŸ“° Read article
  • πŸ’Ύ Save article
  • πŸ“ Export article

Development

Install Dependencies

First of all we need to install dependencies, run in terminal

npm install

NPM Scripts

  • πŸ”₯ start - run development server
  • πŸ”§ dev - run development server
  • πŸ”§ build - build web app for production
  • πŸ“± build-capacitor-android - build app and copy it to Android capacitor project

Vite

There is a Vite bundler setup. It compiles and bundles all "front-end" resources. You should work only with files located in /src folder. Vite config located in vite.config.js.

Capacitor

This project created with Capacitor support. And first thing required before start is to add capacitor platforms, run in terminal:

npx cap add android

Check out official Capacitor documentation for more examples and usage examples.

About

πŸ“° Gazette, a mobile app client for Europresse


Languages

Language:Vue 40.4%Language:TypeScript 26.5%Language:CSS 13.7%Language:JavaScript 9.8%Language:SCSS 4.6%Language:HTML 2.5%Language:Java 2.4%