New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

rexware-lib

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rexware-lib

## Use in development

latest
npmnpm
Version
1.0.0-develop.16
Version published
Weekly downloads
0
-100%
Maintainers
2
Weekly downloads
 
Created
Source

Rexware lib

Use in development

  • clone the repo
  • cd into the repo and run npm link to link the package to your local npm
  • cd into the project where you want to use the library
  • run npm uninstall rexware-lib to remove the package from your project if present
  • run npm link rexware-lib to link the package to your project

Now changes to the local package will be reflected in the project where you linked it.

Branching

  • main is the release branch. It should always be stable and ready for production.
  • develop is the development branch. It should always be stable and ready for staging.
  • development should be done in other branches. You should never push directly to main or develop.

Vite boilerplate

Vue 3 + TypeScript + Vite

This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

Type Support For .vue Imports in TS

TypeScript cannot handle type information for .vue imports by default, so we replace the tsc CLI with vue-tsc for type checking. In editors, we need TypeScript Vue Plugin (Volar) to make the TypeScript language service aware of .vue types.

If the standalone TypeScript plugin doesn't feel fast enough to you, Volar has also implemented a Take Over Mode that is more performant. You can enable it by the following steps:

  • Disable the built-in TypeScript Extension
    • Run Extensions: Show Built-in Extensions from VSCode's command palette
    • Find TypeScript and JavaScript Language Features, right click and select Disable (Workspace)
  • Reload the VSCode window by running Developer: Reload Window from the command palette.

FAQs

Package last updated on 02 Jun 2025

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