Develop on Remède
Modify the source code in Vue to add functionalities !
The main code of Remède is in the app
folder. The following documentation concerns this folder, so you should move to it before continuing.
THis project is developed using Ionic. It acts like a Vue website.
Structure
public/
: Public resources, served under/
src/
: The Vue projectassets/
: Assetscomponents/
: Vue componentsviews/
: Application pagesfunctions/
: Native functionalities / dictionary or API calls…router/
: Router filestheme/
: CSS stylesApp.vue
: main Vue filemain.ts
: main typescript file
ionic.config.json
: Ionic configurationcapacitor.config.json
: Capacitor configurationpackage.json
Not all the files are listed, you can find more configurations files in these folders…
Scripts
- Development start
npm run dev
- Build project
npm run build
- Lint project
npm run lint
- Lint project and fix problems
npm run lint:fix
How to develop
You can navigate through the folders and files to understand more how it is working.
- Also check the Ionic Vue and Ionic Ui Components documentation
- Contact us at software@camarm.dev for more information