arellano-gustavo / vuejs-cli

Plain, simple vuejs repo using its generator (vue 4)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vuejs-cli

Plain, simple vuejs repo using its generator (vue 4)

To use this example, from scratch:

1  sudo sh -c "echo 'LC_ALL=en_US.UTF-8\nLANG=en_US.UTF-8' >> /etc/environment"
2  sudo apt-get update

3  curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
4  sudo apt-get install -y nodejs

5  node -v
6  npm -v

7  sudo npm install -g @vue/cli
8  git clone https://github.com/arellano-gustavo/vuejs-cli.git
9  cd vuejs-cli/
10  tar xzvf node_modules.tar.gz
11  npm run serve
12  Go to http://yor.ip.com:8080

Done !!!

About

Plain, simple vuejs repo using its generator (vue 4)


Languages

Language:Vue 49.8%Language:JavaScript 47.0%Language:Shell 3.2%