https://github.com/chartes/dots-vue

https://github.com/chartes/dots-vue

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.6%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: chartes
  • Language: Vue
  • Default Branch: dev
  • Size: 4.09 MB
Statistics
  • Stars: 1
  • Watchers: 2
  • Forks: 2
  • Open Issues: 2
  • Releases: 0
Created over 1 year ago · Last pushed 10 months ago
Metadata Files
Readme

README.md

dots-vue-generic

Frontend application to browse a DoTS endpoint (DoTS).

:warning: Install / Launch first the DTS API (or ensure to point to deployed service):
See the API Readme

Master dependencies:

Node

package - vue package - vite package - eslint

package - Bulma package - Mirador

Project setup

Clone the GitHub repository:

in a local folder dedicated to the project bash git clone https://github.com/chartes/dots-vue.git

From the app folder (cd path/to/dots-vue)

Install

yarn

Compiles and hot-reloads for development

:warning: if collections'settings have been defined, a relative path CUSTOM_SETTINGS_PATH environment variable has to be set as below : projects_folder/ # Folder where your apps are deployed dots-vue/ # This cloned project dots-vue-my-custom-settings/ # OPTIONAL. Configuration files for a given deployed dots-vue configurations_files # See an example at [dots-vue-demo-settings](https://github.com/chartes/dots-vue-demo-settings) in this case CUSTOMSETTINGSPATH=../dots-vue-my-custom-settings

For a local development server, reads .env.development variables: (CUSTOM_SETTINGS_PATH=../relative/path/to/custom/settings/folder) yarn serve

Compiles and minifies for staging

For a staging server (preproduction), reads .env.staging variables:

(CUSTOM_SETTINGS_PATH=../relative/path/to/custom/settings/folder) yarn build:staging

Compiles and minifies for production

For a production server, reads .env.production variables:

(CUSTOM_SETTINGS_PATH=../relative/path/to/custom/settings/folder) yarn build:prod

Run preview server

After a yarn build:prod or yarn build:staging you can run a server to serve the produced dist folder with:

yarn preview

for production or

yarn preview --mode=staging

for staging.

Lints and fixes files

yarn lint

Owner

  • Name: École nationale des chartes
  • Login: chartes
  • Kind: organization
  • Location: 65 rue de Richelieu, 75002 Paris

Grand établissement d’enseignement supérieur dédié à la recherche historique

GitHub Events

Total
  • Issues event: 1
  • Watch event: 1
  • Delete event: 1
  • Member event: 1
  • Issue comment event: 1
  • Push event: 40
  • Pull request event: 4
  • Fork event: 1
  • Create event: 1
Last Year
  • Issues event: 1
  • Watch event: 1
  • Delete event: 1
  • Member event: 1
  • Issue comment event: 1
  • Push event: 40
  • Pull request event: 4
  • Fork event: 1
  • Create event: 1