Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/saabbir/learn-enough

Personal note taking site built with Vue.js. Demo Link: https://learn-enough.netlify.app/
https://github.com/saabbir/learn-enough

learning vuejs

Last synced: 1 day ago
JSON representation

Personal note taking site built with Vue.js. Demo Link: https://learn-enough.netlify.app/

Awesome Lists containing this project

README

        

# learn-enough

[![Netlify Status](https://api.netlify.com/api/v1/badges/d8a29db0-c0bd-4bbc-aedb-dd3f63f00c8f/deploy-status)](https://app.netlify.com/sites/learn-enough/deploys)

## Project setup

```
npm install
```

### Compiles and hot-reloads for development

```
npm run serve
```

or

```
npm run dev
```

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