Skip to content

djtrexi/vue-js-tutorial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

install node

https://nodejs.org/it/download/ https://cli.vuejs.org/guide/troubleshooting.html#running-installation-with-sudo-or-as-root

#Download the repo

git clone https://github.com/zeppaman/vue-js-tutorial.git vuejs
cd vuejs #enter the folder
code . #open vscode
# or open it using UI

run the demo

npm run

install vue.je (application from scratch)

npm_config_unsafe_perm=true # if you are root
npm install -g @vue/cli
vue create ui
npm install vue-router@4
npm install axios

JSON Server

npm install -g json-server
cd db
json-server db.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 77.2%
  • JavaScript 13.5%
  • HTML 9.3%