https://github.com/eddyrufino/webpack-config
Webpack base configuration - Configuración base de Webpack.
https://github.com/eddyrufino/webpack-config
css html javascript plugins webpack
Last synced: 3 months ago
JSON representation
Webpack base configuration - Configuración base de Webpack.
- Host: GitHub
- URL: https://github.com/eddyrufino/webpack-config
- Owner: EddyRufino
- Created: 2020-08-20T23:51:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-30T02:28:23.000Z (almost 6 years ago)
- Last Synced: 2025-04-02T21:42:52.802Z (over 1 year ago)
- Topics: css, html, javascript, plugins, webpack
- Language: JavaScript
- Homepage:
- Size: 263 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webpack Config
Proyecto base para comenzar a desarrollar aplicaciones utilizando Webpack.
### Ejecutar:
Reconstruir el modulo de node:
```
npm install
```
Para ejecutar el proyecto:
```
npm start
```
### Notas:
Si estas en desarrollo:
```
npm run build:dev
```
Si estas en producción:
```
npm run build
```