Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/johndatserakis/modern-webpack-starter-vue
🏰A modern JavaScript starter using Webpack 4. This version is already pre-packed with Vue support.
https://github.com/johndatserakis/modern-webpack-starter-vue
boilerplate bootstrap spa starter template vue webpack webpack-dev-server
Last synced: 16 days ago
JSON representation
🏰A modern JavaScript starter using Webpack 4. This version is already pre-packed with Vue support.
- Host: GitHub
- URL: https://github.com/johndatserakis/modern-webpack-starter-vue
- Owner: johndatserakis
- Created: 2019-03-08T04:02:24.000Z (almost 6 years ago)
- Default Branch: develop
- Last Pushed: 2019-03-11T00:38:09.000Z (almost 6 years ago)
- Last Synced: 2024-11-28T05:22:52.438Z (3 months ago)
- Topics: boilerplate, bootstrap, spa, starter, template, vue, webpack, webpack-dev-server
- Language: JavaScript
- Homepage: https://modern-webpack-starter.innermonkdesign.com/
- Size: 14 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# modern-webpack-starter-vue
This is a version of [moden-webpack-starter](https://github.com/johndatserakis/modern-webpack-starter) that already has Vue installed. Good for when you want to use Vue but you can't use Vue-CLI for whatever reason. You can view the demo for the base version [here](http://modern-webpack-starter.innermonkdesign.com/).### Features
- Vue
- Webpack 4.14.0
- Webpack-Dev-Server
- Bootstrap 4.1
- Babel
- SASS Handling
- Uglifying, Minimizing
- html-webpack-plugin, mini-css-extract-plugin, optimize-css-assets-webpack-plugin
- `@` Alias Support For Easy File Imports
- ESLint
- And more...### Installing / Getting started
``` bash
# install dependencies
npm install# serve using webpack-dev-server with hot reload at http://localhost:8080/
npm run watch# build for production
npm run build
```### Hit Me Up
Go ahead and fork the project! Message me here if you have questions or submit an issue if needed. I'll be making touch-ups as time goes on. Have fun with this!
### License
Copyright 2017 John Datserakis
[MIT](http://opensource.org/licenses/MIT)