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

vue-sfc-rollup

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-sfc-rollup - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

.idea/codeStyles/codeStyleConfig.xml

4

package.json

@@ -6,3 +6,3 @@ {

"license": "ISC",
"version": "0.3.0",
"version": "0.3.1",
"bin": {

@@ -20,3 +20,3 @@ "sfc-rollup-init": "./sfc-init.js"

],
"homepage": "https://github.com/mgdodge/vue-sfc-rollup"
"homepage": "https://github.com/team-innovation/vue-sfc-rollup"
}
# vue-sfc-rollup
vue-sfc-rollup exists to provide the minimal setup necessary to compile a Vue Single File Component (SFC) into a form ready to share via npm. At present, this should be considered *beta* software.
vue-sfc-rollup exists to provide the minimal setup necessary to compile a Vue Single File Component (SFC) into a form ready to share via npm.

@@ -26,3 +26,3 @@ ## TL;DR

To install vue-sfc-rollup, simply open a terminal and execute the following:
To install [vue-sfc-rollup](https://www.npmjs.com/package/vue-sfc-rollup), simply open a terminal and execute the following:

@@ -73,2 +73,2 @@ ```bash

Running the build script results in 3 compiled files in the `dist` directory, one for each of the `main`, `module`, and `unpkg` properties listed in your package.json file. With these files are generated, you're ready to go!
Running the build script results in 3 compiled files in the `dist` directory, one for each of the `main`, `module`, and `unpkg` properties listed in your package.json file. With these files are generated, you're ready to go!
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