Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hirokisan/vue-parcel


https://github.com/hirokisan/vue-parcel

Last synced: 9 days ago
JSON representation

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)