File: control

package info (click to toggle)
node-vue-hot-reload-api 2.3.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 240 kB
  • sloc: javascript: 360; makefile: 6; sh: 4
file content (29 lines) | stat: -rw-r--r-- 994 bytes parent folder | download | duplicates (2)
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
Source: node-vue-hot-reload-api
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 11~)
 , nodejs
 , node-buble
Standards-Version: 4.2.0
Homepage: https://github.com/vuejs/vue-hot-reload-api#readme
Vcs-Git: https://salsa.debian.org/js-team/node-vue-hot-reload-api.git
Vcs-Browser: https://salsa.debian.org/js-team/node-vue-hot-reload-api

Package: node-vue-hot-reload-api
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: hot reload api for *.vue components
 Hot reload API for Vue components. This is what vue-loader and vueify use
 under the hood.
 .
 You will only be using this if you are writing some build toolchain based on
 Vue components. For normal application usage, just use vue-loader or vueify.
 .
 This package is a dependency of node-vue-loader.
 .
 Node.js is an event-based server-side JavaScript engine.