Sandbox for learning Vue.js -> https://vuejs.org/
Getting started with VUEBOX is simple. First, download the repository from GitHub, then choose your preferred package manager for installing dependencies.
Clone repo from GitHub:
sudo -u www-data git clone https://github.com/davidjimenez75/vuebox.git
Install dependencies with npm:
sudo -u www-data npm install
Install dependencies with Yarn:
sudo -u www-data yarn add axios bootstrap vue vuex vue-resource
sudo -u www-data yarn install
Install dependencies with pnpm (fast, disk space efficient package manager):
sudo -u www-data pnpm install
Install dependencies with Bun (extremely fast runtime and package manager):
sudo -u www-data bun install
We welcome contributions and ideas to improve VUEBOX! If you have suggestions for new features or improvements to existing examples, please check out our list of feature ideas. You can contribute by opening an issue or submitting a pull request.
YARN - STABLE VERSION:
https://yarnpkg.com/en/docs/install#debian-stable
apt install curl
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt update && sudo apt install yarn
yarn -v
YARN - RELEASE CANDIDATE:
https://yarnpkg.com/en/docs/install#debian-rc
apt install curl
curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -
echo "deb https://dl.yarnpkg.com/debian/ rc main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt update && sudo apt install yarn
yarn -v
Create an index.txt file with your comments.
Yes, just use a href html in the index.txt