Skip to content

prakashchokalingam/vue-parcel-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vue-parcel-template

Vue cli template for parceljs ( Inspired with vue-parcel-starterkit )

Getting started

If you haven't installed vue-cli please do,

$ npm install -g vue-cli

Install this template by the following command

$ vue init prakashchokalingam/vue-parcel-template <projectname>

and fill the prompt values. Once project created.

Migrate to the project folder and install all npm dependencies.

$ cd <projectname>
$ npm install

And start the development

$ npm run dev

open your project in http://localhost:1234

🤟 Then Rock it .