Adrien Pavie c13db3eb5b Add CoC
2023-03-20 18:58:15 +01:00
2023-01-04 17:09:49 +01:00
2023-03-06 11:22:48 +01:00
2023-02-13 15:34:35 +01:00
2023-01-25 17:10:27 +01:00
2023-02-21 13:03:37 +01:00
2023-01-10 17:05:28 +01:00
2023-01-04 17:09:49 +01:00
2023-01-25 17:10:27 +01:00
2023-01-16 16:56:07 +01:00
2023-02-14 14:24:02 +01:00
2023-01-25 17:10:27 +01:00
2023-03-20 18:58:15 +01:00
2023-01-25 17:10:27 +01:00
2023-02-20 09:44:15 +01:00
2023-02-20 15:37:56 +01:00
2023-02-16 10:27:39 +01:00
2023-01-24 12:01:20 +01:00
2023-01-24 12:01:20 +01:00
2023-01-04 17:09:49 +01:00
2023-01-10 17:19:04 +01:00
2023-02-20 15:37:56 +01:00
2023-01-16 17:54:10 +01:00
2023-02-14 14:32:20 +01:00

panoramax-website

This template should help get you started developing with Vue 3 in Vite.

Type Support for .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  1. Disable the built-in TypeScript Extension
    1. Run Extensions: Show Built-in Extensions from VSCode's command palette
    2. Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  2. Reload the VSCode window by running Developer: Reload Window from the command palette.

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install
yarn install

Compile and Hot-Reload for Development

npm run dev
yarn dev

Type-Check, Compile and Minify for Production

npm run build
yarn build

Run Unit Tests with Vitest

npm run workflows:unit

Lint with ESLint

npm run lint

Instance customization

You can change the title of your instance on the locales folder who regroup all the wordings If you want to change the logo header you can replace the logo.jpeg in the assets/images folder file by your logo in jpeg with the same name file

Description
Ready-to-use front-end for GeoVisio's API and Viewer
Readme 12 MiB
Languages
Vue 61.5%
JavaScript 27.6%
TypeScript 8.9%
SCSS 0.9%
HTML 0.5%
Other 0.6%