1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: vue.js
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Paolo Greppi <paolo.greppi@libpf.com>
Section: javascript
Priority: optional
Build-Depends: debhelper (>= 11),
nodejs,
webpack,
node-he,
node-babel-preset-es2015,
node-babel-preset-flow-vue,
node-babel-loader,
node-babel-plugin-add-module-exports,
node-babel-plugin-syntax-dynamic-import
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/js-team/vue.js
Vcs-Git: https://salsa.debian.org/js-team/vue.js.git
Homepage: https://github.com/vuejs/vue#readme
Package: node-vue
Architecture: all
Depends: ${misc:Depends},
javascript-common,
nodejs
Description: Core library of the Vue JavaScript framework
Vue is a flexible, non-opinionated, non-monolithic, incrementally adoptable
JavaScript framework for building user interfaces with JavaScript or
TypeScript.
.
It provides data-reactive components with a simple and flexible API.
.
The core library focuses on declarative rendering and component composition.
.
Vue core when used in combination with its supporting libraries and modern
tooling is also perfectly capable of powering sophisticated Single-Page
Applications.
.
Node.js is an event-based server-side JavaScript engine.
Package: libjs-vue
Architecture: all
Depends: ${misc:Depends}
Description: Core library of the Vue JavaScript framework, browser build
Vue is a flexible, non-opinionated, non-monolithic, incrementally adoptable
JavaScript framework for building user interfaces with JavaScript or
TypeScript.
.
It provides data-reactive components with a simple and flexible API.
.
The core library focuses on declarative rendering and component composition.
.
Vue core when used in combination with its supporting libraries and modern
tooling is also perfectly capable of powering sophisticated Single-Page
Applications.
.
This package contains the browser (UMD) build.
|