-
Notifications
You must be signed in to change notification settings - Fork 11
1. Setup Vue CLI
The Vue-CLI helps you to quickly and easily setup new Vue projects. Nuxt.js is a library that helps you build server-rendered Vue.js applications. This lesson shows you how to use the nuxt/starter template with the Vue-CLI to quickly start a new project.
Intall Vue-CLI
$ npm install -g vue-cli
Usage
$ vue init <template-name> <project-name>
Using the startup template of Nuxt.js
$ vue init nuxt-community/starter-template gist-blog-ssr
then install the dependencies:
$ cd gist-blog-ssr
$ npm install
and launch the project with:
$ npm run dev
The application is now running on http://localhost:3000
To see these steps complete, you can change to the 1-setup
branch in this repository.
Hello, my name is Cristian Moreno.
I'm a community leader and altruistic speaker, JavaScript/Node.js evangelist and FullStack Javascript Developer. Currently co-organize Medellin.js (Biggest JavaScript user group in Colombia), Avanet and Azure Cloud Medellin communities.
I love developing things, especially ideas, giving them a new perspective and making them shine! products and applications come after I transform ideas into code; I'm passionate about software development and related stuff.