An open API service indexing awesome lists of open source software.

https://github.com/remarkablemark/parcel-vue-example

Parcel Vue example
https://github.com/remarkablemark/parcel-vue-example

example parcel vue

Last synced: 10 months ago
JSON representation

Parcel Vue example

Awesome Lists containing this project

README

          

# parcel-vue-example

Inspired by [remarkablemark/parcel-example](https://github.com/remarkablemark/parcel-example) and [Vue](https://parceljs.org/languages/vue/).

## Install

Clone the repository:

```sh
git clone https://github.com/remarkablemark/parcel-vue-example.git
cd parcel-vue-example
```

Install the dependencies:

```sh
npm install
```

## Available Scripts

In the root directory, you can run:

### `npm start`

Starts the local development server.

### `npm run build`

Builds the web app for production.

### `npm run clean`

Removes the `dist/` folder.

## License

[MIT](LICENSE)