No description
- Vue 72.4%
- JavaScript 26.4%
- HTML 1.2%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| public | ||
| src | ||
| babel.config.js | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| vue.config.js | ||
json-rpc-test-ui
Project setup
npm install
Compile variations
Optionally set environment variable
APITEST_PATH
if something other than /apitest/ is required
Compiles and hot-reloads for development
APITEST_HOST=https://apisite.example.com npm run serve
Compiles and minifies for production
npm run build
Lints and fixes files
npm run lint