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
|
Source: node-vue-resource
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 12)
, nodejs
, pkg-js-tools (>= 0.9.35~)
, webpack (>= 4.7~)
, uglifyjs.terser
, node-babel-loader (>= 8.0.1)
, node-babel7
, node-got (>= 7.0~)
Standards-Version: 4.5.0
Homepage: https://github.com/pagekit/vue-resource#readme
Vcs-Git: https://salsa.debian.org/js-team/node-vue-resource.git
Vcs-Browser: https://salsa.debian.org/js-team/node-vue-resource
Package: node-vue-resource
Architecture: all
Depends:
${misc:Depends}
, nodejs
, node-got (>= 7.0~)
Description: HTTP client for Vue.js
Vue.js is a library for building interactive web interfaces. It provides
data-reactive components with a simple and flexible API.
.
Core features include:
- Declarative rendering with a plain JavaScript object based reactivity
system
- Component-oriented development style with tooling support
- Lean and extensible core
- Flexible transition effect system
- Fast without the need for complex optimization
.
Node.js is an event-based server-side JavaScript engine.
|