Skip to content

moweiwei/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

About

OpenV2X Central Portal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 63.3%
  • Less 19.5%
  • EJS 7.9%
  • JavaScript 7.6%
  • Other 1.7%