A vue.js starter powered by parceljs
Vue.js Parcel Starter is a Vue.js starter kit (boilerplate) that is powered by Parcel. It is designed to be a comprehensive and easy-to-use solution for starting a Vue.js project. With its included features and streamlined installation process, it provides developers with a solid foundation for building Vue.js applications.
To install Vue.js Parcel Starter, follow these steps:
npm install
or using yarn:
yarn
Copy the .env.example file to .env if you want to use environment variables during development:
Start the development server:
npm run dev
or using yarn:
yarn dev
npm run build
or using yarn:
yarn build
The built assets will be located within the ./dist directory.
Vue.js Parcel Starter is a feature-rich Vue.js starter kit that leverages the power of Parcel as a bundler. It provides a comprehensive set of features, such as support for environment variables, Vue.js routing and state management, and a well-organized codebase structure. The easy installation process and the generated bundle report make it a convenient choice for starting a Vue.js project.