UNPKG

vue

Version:

Reactive, component-oriented view layer for modern web interfaces.

9 lines (5 loc) 210 B
/* @flow */ import { baseOptions } from './options' import { createCompiler } from 'compiler/index' const { compile, compileToFunctions } = createCompiler(baseOptions) export { compile, compileToFunctions }