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

https://github.com/nderousseaux/template-vuejs

Template vuejs
https://github.com/nderousseaux/template-vuejs

cookiecutter template vuejs

Last synced: 2 months ago
JSON representation

Template vuejs

Awesome Lists containing this project

README

        

# Exemple of a Vue.js app

Template of a Vue.js app.

## Development

Before start, copy `.env.example` to `.env` and set the environment variables.

### Run the app in development mode:

```bash
npm install # install dependencies
npm run serve # run development server
```
With visual studio code, you can use run and debug configuration. (while `npm run serve` is running)

### Lints and fixes files:
```bash
npm run lint
```