https://github.com/mbarde/littrain-app
VueJS app for littrain (accessing Plone instance via REST API)
https://github.com/mbarde/littrain-app
Last synced: 4 months ago
JSON representation
VueJS app for littrain (accessing Plone instance via REST API)
- Host: GitHub
- URL: https://github.com/mbarde/littrain-app
- Owner: mbarde
- Created: 2019-07-12T13:32:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:07:23.000Z (over 3 years ago)
- Last Synced: 2025-06-02T21:26:21.083Z (about 1 year ago)
- Language: Vue
- Size: 6.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# littrain-app
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).