项目作者: rpitv

项目描述 :
Official website for RPI TV
高级语言: Vue
项目地址: git://github.com/rpitv/glimpse-ui.git
创建时间: 2019-12-13T01:45:41Z
项目社区:https://github.com/rpitv/glimpse-ui

开源协议:GNU General Public License v3.0

下载


Notice: This project has been relocated to the rpitv/glimpse monorepo


Glimpse UI

RPI TV Glimpse Logo

codecov
Build Status
License

This is the frontend UI for Glimpse, the RPI TV website.

Quick Start

  1. Create/import the .npmrc and .env files.
  2. npm install
  3. Run npm run dev to start the server in development mode.

Compile and Hot-Reload for Development

  1. npm run dev

Type-Check, Compile and Minify for Production

  1. npm run build

Run Unit Tests with Vitest

  1. npm run test:unit

Run End-to-End Tests with Cypress

  1. npm run build
  2. npm run test:e2e # or `npm run test:e2e:ci` for headless testing

Lint with ESLint

  1. npm run lint

Build Docker Image

  1. docker build --tag rpitv/glimpse-ui --secret id=npmrc,src=.npmrc .