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

https://github.com/mazipan/setup-vue-without-vue-cli

How to create skeleton project in Vue.js from basic without Vue-CLI
https://github.com/mazipan/setup-vue-without-vue-cli

vue vue-cli vue-project vue-skeleton vue-tutorial

Last synced: about 2 months ago
JSON representation

How to create skeleton project in Vue.js from basic without Vue-CLI

Awesome Lists containing this project

README

        

# setup-vue-without-vue-cli

How to create skeleton project in Vue.js from basic without Vue-CLI, using webpack 4, rollup, parcel and poi as module bundler.

[![Travis](https://img.shields.io/travis/mazipan/setup-vue-without-vue-cli.svg)](https://travis-ci.org/mazipan/setup-vue-without-vue-cli)

## Module Bundler

+ Webpack
+ Poi.js
+ Parcel
+ Rollup.js

## Article

Article in Bahasa: [https://mazipanneh.com/blog/2018/10/setup-projek-vue-dengan-berbagai-module-bundler-tanpa-vue-cli/](https://mazipanneh.com/blog/2018/10/setup-projek-vue-dengan-berbagai-module-bundler-tanpa-vue-cli/)