guardian-onestop-parser
v0.0.83
Published
## Project setup ``` yarn install ``` ### link to other project ``` yarn link ``` ### add new component ``` yarn addComponent ComponentName ``` 如 `yarn addComponent id-photo` 将会在 src/components 下创建对应的组件初始化文件 ### Compiles and hot-reloads for development ``
Downloads
21
Keywords
Readme
guardian-onestop-parser
Project setup
yarn install
link to other project
yarn link
add new component
yarn addComponent ComponentName
如 yarn addComponent id-photo
将会在 src/components 下创建对应的组件初始化文件
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Run your end-to-end tests
yarn test:e2e
Lints and fixes files
yarn lint
Customize configuration
use
import { ParserComponent } from 'guardian-onestop-parser'
Vue.use(ParserComponent)
<parser-component :json="MOCK" />