https://github.com/sakihet/datelist
A date string generator
https://github.com/sakihet/datelist
string-generator vue
Last synced: 10 months ago
JSON representation
A date string generator
- Host: GitHub
- URL: https://github.com/sakihet/datelist
- Owner: sakihet
- Created: 2020-07-29T01:11:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T12:56:46.000Z (over 3 years ago)
- Last Synced: 2025-02-23T06:33:16.504Z (about 1 year ago)
- Topics: string-generator, vue
- Language: Vue
- Homepage: https://datelist.sakih.net/
- Size: 3.25 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# datelist
## 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/).