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 ``
Keywords
Readme
guardian-onestop-parser
Project setup
yarn installlink to other project
yarn linkadd new component
yarn addComponent ComponentName如 yarn addComponent id-photo 将会在 src/components 下创建对应的组件初始化文件
Compiles and hot-reloads for development
yarn serveCompiles and minifies for production
yarn buildRun your end-to-end tests
yarn test:e2eLints and fixes files
yarn lintCustomize configuration
use
import { ParserComponent } from 'guardian-onestop-parser'
Vue.use(ParserComponent)
<parser-component :json="MOCK" />