Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/equilapi/vuejs-webpack-boilerplate
- Owner: Equilapi
- Created: 2018-06-13T23:15:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-14T00:14:02.000Z (over 6 years ago)
- Last Synced: 2024-10-12T13:23:24.157Z (about 1 month ago)
- Topics: bootstrap3, vuejs-guide, vuejs-router, vuejs2, webpack, webpack2, webpack4
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```