An open API service indexing awesome lists of open source software.

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.

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/).