Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lzimul/web-basics-framework-template
Web Basics Framework Template
https://github.com/lzimul/web-basics-framework-template
Last synced: 10 days ago
JSON representation
Web Basics Framework Template
- Host: GitHub
- URL: https://github.com/lzimul/web-basics-framework-template
- Owner: lZiMUl
- License: gpl-3.0
- Created: 2021-09-23T03:45:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T17:26:49.000Z (5 months ago)
- Last Synced: 2025-01-18T23:18:18.110Z (23 days ago)
- Language: JavaScript
- Homepage:
- Size: 310 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Welcome to Web-Basics-Framework-Template
[![BiliBili](https://img.shields.io/badge/BiliBili-Web--Basics--Framework--Template%20開發者B站-red?logo=bilibili)](https://b23.tv/ymEtPO)
[![Github](https://img.shields.io/github/issues/lZiMUl/Web-Basics-Framework-Template?label=Issues&logo=github)](https://github.com/lZiMUl/web-basics-framework-template/issues)
[![Github](https://img.shields.io/github/forks/lZiMUl/web-basics-framework-template?label=Forks&logo=github)](https://github.com/lZiMUl/web-basics-framework-template/network/members)
[![Github](https://img.shields.io/github/stars/lZiMUl/web-basics-framework-template?label=Stars&logo=github)](https://github.com/lZiMUl/web-basics-framework-template/stargazers)
[![Github](https://img.shields.io/github/license/lZiMUl/web-basics-framework-template?label=License&logo=github)](https://github.com/lZiMUl/web-basics-framework-template/blob/main/LICENSE)## Browser Support
![Chrome](https://raw.githubusercontent.com/lZiMUl/web-basics-framework-template/main/assets/images/icons/chrome.png) | ![Firefox](https://raw.githubusercontent.com/lZiMUl/web-basics-framework-template/main/assets/images/icons/firefox.png) | ![Safari](https://raw.githubusercontent.com/lZiMUl/web-basics-framework-template/main/assets/images/icons/safari.png) | ![Opera](https://raw.githubusercontent.com/lZiMUl/web-basics-framework-template/main/assets/images/icons/opera.png) | ![Edge](https://raw.githubusercontent.com/lZiMUl/web-basics-framework-template/main/assets/images/icons/edge.png) | ![IE](https://raw.githubusercontent.com/lZiMUl/web-basics-framework-template/main/assets/images/icons/internet-explorer.png) |
--- | --- | --- | --- | --- | --- |
Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 11 ✔ |Clone Warehouse Command:
```
git clone https://github.com/lzimul/web-basics-framework-template.git && cd web-basics-framework-template
```Initialization Command:
```
npm install
```Development Command:
```
npm run dev
```Operation Command:
```
npm start
```