Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application Vue + Express NodeJs

Links

webcomponents.js

vuejs.org

nodejs.org

npmjs.com

backend

Videotutorial backend

Create node application

npm init

Install package express

npm install express

Start our app using npm

npm start

frontend

Videotutorial frontend

Install Vue CLI

npm install -g @vue/cli

Create a Project using Vue

vue create <name-project>

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Install package axios

npm i axios

About

Simple Vue application using express nodejs api

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages