https://github.com/sendya/about-page
A simple about-me template. site: https://i.loacg.com
https://github.com/sendya/about-page
Last synced: about 1 year ago
JSON representation
A simple about-me template. site: https://i.loacg.com
- Host: GitHub
- URL: https://github.com/sendya/about-page
- Owner: sendya
- Created: 2017-12-25T17:17:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-25T17:18:18.000Z (over 8 years ago)
- Last Synced: 2025-06-10T10:14:44.790Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About me template
----
a simple about me page template.
use webpack2
run or build
```
# add node_modules
$ yarn
# run dev
$ yarn run dev
# watch dev mode
$ yarn run watch
# run build
$ yarn run build
```