New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

xcard-remote-vue-comps

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xcard-remote-vue-comps

A simple remote vue3 comp template(typescript、dev with vite or webpack, build with webpack ), see [online usage](https://codesandbox.io/s/demo-load-remote-vue3-comp-2fd34s?file=/src/main.js)

  • 1.0.2
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
8
increased by700%
Maintainers
1
Weekly downloads
 
Created
Source

xcard-remote-vue-comps

A simple remote vue3 comp template(typescript、dev with vite or webpack, build with webpack ), see online usage

desc

  • vite 开发
npm run start:vite
  • webpack 开发
npm run start
  • 打包与发布

先修改版本号,再执行打包与发布命令(这点很重要,顺序不能弄反为:先构建再修改版本号)

npm run build
npm publish

构建是基于webpack构建

how to make project skeleton

npm i @vue/cli -g

vue create hel-tpl-remote-vue3-comps-ts --packageManager=npm

cd hel-tpl-remote-vue3-comps-ts

// https://github.com/IndexXuan/vue-cli-plugin-vite
vue add vite

FAQs

Package last updated on 04 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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