Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).