https://github.com/coderius/vue-app-from-lending-template
Create vue app from html&css&js template. Adoptive template to usage wich Vue.js.
https://github.com/coderius/vue-app-from-lending-template
Last synced: about 2 months ago
JSON representation
Create vue app from html&css&js template. Adoptive template to usage wich Vue.js.
- Host: GitHub
- URL: https://github.com/coderius/vue-app-from-lending-template
- Owner: coderius
- Created: 2023-07-01T00:30:02.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-01T00:52:52.000Z (almost 3 years ago)
- Last Synced: 2025-03-18T19:56:02.032Z (about 1 year ago)
- Language: CSS
- Size: 422 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue App From Landing Template
html&css&js Template adaptation for usage wich Vue.js\
See original template without Vue.js [here](https://codworker.github.io/smart-watch-layout/).\
GitHub link [this template](https://github.com/CodWorker/smart-watch-layout).
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).