Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bugmaker-237/vue-vuetify-webpack-starter
This is a small starter app used as base app for a vuejs 2.X and vutifyjs project implementing webpack 4.X with babel in ES6
https://github.com/bugmaker-237/vue-vuetify-webpack-starter
babel es6 javascript vuejs vuetifyjs webpack
Last synced: about 1 month ago
JSON representation
This is a small starter app used as base app for a vuejs 2.X and vutifyjs project implementing webpack 4.X with babel in ES6
- Host: GitHub
- URL: https://github.com/bugmaker-237/vue-vuetify-webpack-starter
- Owner: bugMaker-237
- License: gpl-3.0
- Created: 2018-05-17T12:03:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T21:44:07.000Z (over 6 years ago)
- Last Synced: 2024-11-13T08:39:14.695Z (3 months ago)
- Topics: babel, es6, javascript, vuejs, vuetifyjs, webpack
- Language: JavaScript
- Homepage:
- Size: 734 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# This is a small starter app used as base app for a vuejs 2.X and vutifyjs project implementing webpack 4.X with babel in ES6
## Running the code
To run the sample, open a command prompt and execute the following commands:- npm install (to install dependencies)
- npm start (to start the server)
- Open a browser and change the URL to http://localhost:4900Hope you will understand internals of this code sample ☺. Fill free to improve the repository!