https://github.com/edm00se/create-vue-parcel
an npm initializer for a vue.js + parcel bundler based application
https://github.com/edm00se/create-vue-parcel
jest npm-init parcel prettier vue
Last synced: 4 months ago
JSON representation
an npm initializer for a vue.js + parcel bundler based application
- Host: GitHub
- URL: https://github.com/edm00se/create-vue-parcel
- Owner: edm00se
- Created: 2018-10-30T03:47:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T11:29:52.000Z (6 months ago)
- Last Synced: 2024-12-23T22:13:23.968Z (6 months ago)
- Topics: jest, npm-init, parcel, prettier, vue
- Language: JavaScript
- Size: 142 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# create-vue-parcel
This is an [npm initializer]() to do the repetitive setup I do when setting up a vue.js + parcel application. This follows the `create-deck` package quite heavily.
## Usage
`npm init vue-parcel my-app-name`
or
`npx create-vue-parcel my-app-name`
## Features
This generates a copy of [edm00se/vue-parcel-starter](https://github.com/edm00se/vue-parcel-starter). The application includes, out of the box:
- [vue.js](https://npm.im/vue) with SFCs (single file components)
- [parcel](https://npm.im/parcel-bundler) for bundling and dev server
- [jest](https://npm.im/jest) for unit tests
- [vs code jest config](.vscode/launch.json) for debugging with tests
- [prettier](https://npm.im/prettier) for formatting
- [travis ci config](.travis.yml) for deploy via [GitHub Pages](https://pages.github.com/)## Credits
Inspired by:
- [`generator-kcd-oss`](https://github.com/kentcdodds/generator-kcd-oss)
- [`create-deck`](https://github.com/jxnblk/mdx-deck/tree/master/packages/create-deck)## License
MIT