VueJS test project

Description

This repo was created to learn VueJS!

Old build procedure

# Clone the repo
git clone https://github.com/daxAKAhackerman/test-project

# Install dependencies
npm install

# Fix any vulns
npm audit fix

# Lint the code
npm run lint

# Build the app
npm run build

New build procedure

# Clone the repo
git clone https://github.com/daxAKAhackerman/test-project

# Use my build script! (I'll make it available eventually)
bash build SRC_FOLDER DST_FOLDER

Even newer build procedure

Use the deployment Web app!