All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scripts.node_modules.vue.src.platforms.web.entry-server-basic-renderer.js Maven / Gradle / Ivy

The newest version!
/* @flow */

import modules from './server/modules/index'
import directives from './server/directives/index'
import { isUnaryTag, canBeLeftOpenTag } from './compiler/util'
import { createBasicRenderer } from 'server/create-basic-renderer'

export default createBasicRenderer({
  modules,
  directives,
  isUnaryTag,
  canBeLeftOpenTag
})




© 2015 - 2025 Weber Informatics LLC | Privacy Policy