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

lab_maker23

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lab_maker23

Lab_maker is a Vue 3 application that will allow you to create custom labs.

latest
npmnpm
Version
0.1.0
Version published
Maintainers
0
Created
Source

lab_maker

Lab_maker is a Vue 3 application that will allow you to create custom labs.

Lab_maker is a starting template. It will setup your Vue environment, setup your store (more on this later), pull in your required modules, and have you ready to build your first lab in no time.

It includes importing the lab_maker_plugin which has many built in options, but you have full range to create your own components, styles, and add plugins.

Lab_maker comes with a fulling operational demo loaded. You can simply copy the "public" folder out to a new folder and have it for examples, or build on what is there.

Webstorm is presently the IDE that lab_maker was created in, but it should work in most modern IDEs.

Project Setup

Once you clone the repo and have Node installed it is a simple process.

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

FAQs

Package last updated on 07 Feb 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