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
- Host: GitHub
- URL: https://github.com/remarkablemark/parcel-vue-example
- Owner: remarkablemark
- License: mit
- Created: 2022-09-18T02:38:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-09-18T18:44:02.000Z (over 3 years ago)
- Last Synced: 2025-02-14T08:44:56.086Z (12 months ago)
- Topics: example, parcel, vue
- Language: Vue
- Homepage: https://remarkablemark.org/parcel-vue-example/
- Size: 385 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)