Create Vue apps using Parcel as build tool.
Parcel Vue App starter-kit includes:
- Vue - The Progressive JavaScript Framework
- Bulma - CSS framework based on Flexbox
- Prettier - Code formatter
- Parcel - Web application bundler
- Eslint - Pluggable JavaScript linter
Clone the repo and install dependencies.
git clone https://github.com/miljan-fsd/parcel-vue-app.git
cd parcel-vue-app
npm install
Start the development server run:
npm run dev
This will automatically open http://localhost:3000 in your browser.
Build for production run:
npm run build
This will bundle your application in the build
folder.
This project is licensed under the MIT License - see the LICENSE file for details.