Skip to content

RamonPuon/CumbresBlancas

Repository files navigation

Cumbres Blancas Website

Proyecto de sitio web para organización cumbres blancas.

Project setup

Installing npm and Vue CLI dependencies

First you need to install Node, I guess Vue uses javascript Backend to pack these kinds of projects. Here is the Installation website

You just select the windows installer and follow its instructions installer

You can check your installation versions (this also installs npm in your system), using the commands.

node -v
npm -v

Vue CLI installation

Now you can easily install vue using npm. Just type the following command and npm will do all of the work.

npm install -g @vue/cli

Project Set up

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published