Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bucherfa/lineageos-devices
LineageOS Devices
https://github.com/bucherfa/lineageos-devices
antdesign antdv lineageos lineageos-devices nuxt phonearena webworker
Last synced: about 2 months ago
JSON representation
LineageOS Devices
- Host: GitHub
- URL: https://github.com/bucherfa/lineageos-devices
- Owner: bucherfa
- License: gpl-3.0
- Created: 2020-05-18T15:15:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-21T07:42:48.000Z (almost 2 years ago)
- Last Synced: 2023-09-19T16:34:41.760Z (over 1 year ago)
- Topics: antdesign, antdv, lineageos, lineageos-devices, nuxt, phonearena, webworker
- Language: JavaScript
- Homepage: https://lineageosdevices.com/
- Size: 3.08 MB
- Stars: 44
- Watchers: 1
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LineageOS Devices
> LineageOS Devices overview inspired by [PCPartPicker's selection view](https://pcpartpicker.com/products/cpu/)
## Features
- display list of devices with selected attributes and an image
- filter list by selected attributes
- sort list by selected attributes
- quick access to devices LineageOS wiki entry
- compare devices on phonearena.com, by size and specs## Build Setup
```bash
# install dependencies
$ npm install# update data
$ npm run update# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).