Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dodoinblue/vue-material-webpack-starter
https://github.com/dodoinblue/vue-material-webpack-starter
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dodoinblue/vue-material-webpack-starter
- Owner: dodoinblue
- License: mit
- Created: 2017-06-07T16:07:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T16:12:56.000Z (over 7 years ago)
- Last Synced: 2024-11-21T14:41:34.366Z (2 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VueMaterial + Webpack App Template
A VueMaterial + Webpack setup with hot-reload & css extraction. Based on [Vue Webpack Boilerplate](https://github.com/vuejs-templates/webpack)
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build
```## Project Structure
* `src/assets` - folder with static assets (images)
* `src/components` - folder with custom `.vue` components
* `src/css` - put custom app CSS styles here. Don't forget to import them in `main.js`
* `src/pages` - app `.vue` pages
* `src/main.js` - main app file where you include/import all required libs and init app
* `src/routes.js` - app routes
* `src/app.vue` - main app structure/component