Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 1.1 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.1 KB

Parcel Vue App

Create Vue apps using Parcel as build tool.

Getting started

Parcel Vue App starter-kit includes:

Installation

Clone the repo and install dependencies.

git clone https://github.com/miljan-fsd/parcel-vue-app.git

cd parcel-vue-app

npm install

Development

Start the development server run:

npm run dev

This will automatically open http://localhost:3000 in your browser.

Production

Build for production run:

npm run build

This will bundle your application in the build folder.

License

This project is licensed under the MIT License - see the LICENSE file for details.