Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hirokisan/vue-parcel
https://github.com/hirokisan/vue-parcel
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/hirokisan/vue-parcel
- Owner: hirokisan
- Created: 2018-11-26T07:22:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T07:22:43.000Z (about 6 years ago)
- Last Synced: 2024-05-05T15:20:29.811Z (8 months ago)
- Language: JavaScript
- Size: 79.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# vue-parcel
## ENV
```
$ node -v
v8.12.0$ npm -v
6.4.1
```## SETUP
```
$ npm install
```## Plugin
* [parcel-plugin-clean-dist](https://www.npmjs.com/package/parcel-plugin-clean-dist)## RUN
```
$ npm run dev
$ npm run prod
```## Notice
* Automatically install related module if entry point import files
* put .postcssrc and 'npm run dev', then automatically install postcss-modules## Task
* [ ] [Transforms](https://parceljs.org/transforms.html)## REF
* [Getting Started](https://parceljs.org/getting_started.html)