Skip to content
This repository has been archived by the owner on Feb 8, 2023. It is now read-only.

open-v2x/centerview

Repository files navigation

OpenV2X Centerview

Centerview is OpenV2X central portal

  1. 目录树介绍
  2. 如何开发
  3. 国际化

Environment Prepare

Install node_modules:

npm install

or

yarn

If you have trouble downloading the dependencies, try the following

npm config set registry https://registry.npmmirror.com

or

yarn config set registry https://registry.npmmirror.com

Provided Scripts

Start project

npm start

Build project

npm run build

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test