Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-jqwidgets-vue-app

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-jqwidgets-vue-app - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

10

index.js
#! /usr/bin/env node
const loadingSpinner = require('loading-spinner');
const shell = require('shelljs');

@@ -35,6 +36,13 @@ const replace = require('replace');

});
loadingSpinner.start(100, {
clearChar: true
});
console.log('\x1b[36m%s\x1b[0m', 'Project ' + projectName + ' Created!');
console.log('\x1b[36m%s\x1b[0m', 'Installing npm Packages...');
process.chdir(destPath);
shell.exec('npm install');
shell.exec('npm install', function () {
loadingSpinner.stop();
});
});

3

package.json
{
"name": "create-jqwidgets-vue-app",
"version": "0.1.0",
"version": "0.1.1",
"preferGlobal": true,

@@ -14,2 +14,3 @@ "repository": {

"create-jqwidgets-vue-app": "https://github.com/jqwidgets/create-jqwidgets-vue-app/tarball/master",
"loading-spinner": "^1.2.0",
"ncp": "^2.0.0",

@@ -16,0 +17,0 @@ "replace": "^0.3.0",

@@ -1,4 +0,4 @@

This package includes the global command for [create-jqwidgets-angular-app](https://github.com/jqwidgets/create-jqwidgets-angular-app). <br />
This package includes the global command for [create-jqwidgets-vue-app](https://github.com/jqwidgets/create-jqwidgets-vue-app). <br />
Please refer to its documentation:
- [Getting Started](https://github.com/jqwidgets/create-jqwidgets-angular-app/blob/master/README.md#getting-started)
- [jQWidgets Angular Documentation](http://www.jqwidgets.com/angular-components-documentation/)
- [Getting Started](https://github.com/jqwidgets/create-jqwidgets-vue-app/blob/master/README.md#getting-started)
- [jQWidgets Vue Documentation](http://www.jqwidgets.com/vue-components-documentation/)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc