Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bubnenkoff/parcel-vue-template
Minimal ready to use Vue Element UI Parcel template
https://github.com/bubnenkoff/parcel-vue-template
Last synced: 3 months ago
JSON representation
Minimal ready to use Vue Element UI Parcel template
- Host: GitHub
- URL: https://github.com/bubnenkoff/parcel-vue-template
- Owner: bubnenkoff
- Created: 2019-01-18T08:55:21.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-29T08:07:57.000Z (over 5 years ago)
- Last Synced: 2024-08-03T18:16:16.944Z (6 months ago)
- Language: Vue
- Homepage:
- Size: 56.6 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-parcel - Element UI - Minimal Vue Element UI Parcel template. (Examples)
README
### About
Easy to use minimal Parcel Template for Vue.js Element UI projects.
If you will use it on Unix systems you need replace prebuild command `"prebuild": "rmdir /s/q dist"` in `package.json` to `"prebuild": "rm -rf dist"`### Usage
`npm install``npm run start`
`parcel build src/index.html`
**Dependencies**:
```
"axios": "^0.18.0",
"element-ui": "^2.8.2",
"parcel-bundler": "^1.12.3",
"vue": "^2.6.10",
"vue-hot-reload-api": "^2.3.3",
"vue-router": "^3.0.6",
"vuex": "^3.1.0"
```How it's look like:
![Screenshot](screenshot.webp)