Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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/
- Host: GitHub
- URL: https://github.com/saabbir/learn-enough
- Owner: Saabbir
- Created: 2020-03-21T01:59:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:19:24.000Z (almost 2 years ago)
- Last Synced: 2024-05-12T05:51:00.115Z (6 months ago)
- Topics: learning, vuejs
- Language: Vue
- Homepage: https://learn-enough.netlify.app/
- Size: 1.73 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
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/).