lab_maker23 v0.1.0
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.
Recommended IDE Setup
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
4 months ago