vue-parser

There are 2 repositories under vue-parser topic.

  • kunaltaitkar/vue-script-parser

    This package is used to parse vue script section and it provides an interface to add, update and delete entities of different life cycles hooks of VueJS.

    Language:JavaScript61100
  • wulechuan/wulechuan-typescript-vue2-official-sfc-parser

    此为吴乐川的《针对 Vuejs 第 2 版单文件部件的拆分器》。本工具之代码系由吴乐川手工提取自 Vue `v2.6.11` 之官方源代码后整理而得。其功用是将一个 .vue 文件之内容全文拆分成一套结构化的数据,即一个 JavaScript 对象。该结构化的数据包含 `<template>` 、 `<script>` 、 `<style>` 等标签之内容、属性等。

    Language:TypeScript2100