Skip to content

nuntius-rex/vuejs-node-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue.js hello-world

This is the normal Vue.js "Hello World" starter app you get from the Vue.js CLI. I have added additional notes to my Readme that may be helpful to those starting Vue.js.

Vue.js Flexibility

Vue.js can also be ran purely from the client-side by either downloading Vue.js into your project or using a CDN to load Vue.js into your project. Here are some additional examples:

Setup Option 1

git clone https://github.com/nuntius-rex/vuejs-node-helloworld.git

npm install

Setup Option 2

You can also create this example with the Vue.js CLI yourself.

npm install -g @vue/cli
vue create hello-world
npm install

Options to run

See the following options to run:

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Vue.js CLI

https://cli.vuejs.org/

Customize configuration

See Configuration Reference.

About

A Hello World Example of Vue.js in Node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published