Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/equilapi/vuejs-webpack-boilerplate


https://github.com/equilapi/vuejs-webpack-boilerplate

bootstrap3 vuejs-guide vuejs-router vuejs2 webpack webpack2 webpack4

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# Vue Webpack Bootstrap V3 Boilerplate

> Proyecto hecho en Vue JS

## Build Setup

```bash
# Instalar dependecias antes de comenzar
npm install

# Levantar el proyecto el localhost:8080
npm run dev

# Compilar el proyecto para producción
npm run build
```