Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamsushantk/ncbi-explorer
A simple Vue based application that presents a simple interface to read Pubmed documents.
https://github.com/iamsushantk/ncbi-explorer
cordova ncbi pubmed
Last synced: about 1 month ago
JSON representation
A simple Vue based application that presents a simple interface to read Pubmed documents.
- Host: GitHub
- URL: https://github.com/iamsushantk/ncbi-explorer
- Owner: iamsushantk
- License: mit
- Created: 2023-05-12T07:17:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-23T00:17:43.000Z (11 months ago)
- Last Synced: 2024-10-02T05:41:28.433Z (about 1 month ago)
- Topics: cordova, ncbi, pubmed
- Language: JavaScript
- Homepage:
- Size: 2.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NCBI Explorer
A simple Vue based application that presents a simple interface to read Pubmed documents.
![NCBI Explorer in action](screenshot.png)
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).