https://github.com/bugmaker-237/vue-vuetify-admin-template
https://github.com/bugmaker-237/vue-vuetify-admin-template
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bugmaker-237/vue-vuetify-admin-template
- Owner: bugMaker-237
- License: gpl-3.0
- Created: 2018-05-21T21:37:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-21T21:47:13.000Z (about 8 years ago)
- Last Synced: 2025-03-02T03:42:51.304Z (over 1 year ago)
- Language: JavaScript
- Size: 732 KB
- Stars: 0
- 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:4900
Hope you will understand internals of this code sample ☺. Fill free to improve the repository!