Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pasteus/pastemefrontend
PasteMe 前端,Vue + Bootstrap
https://github.com/pasteus/pastemefrontend
bootstrap frontend pasteme vue
Last synced: about 11 hours ago
JSON representation
PasteMe 前端,Vue + Bootstrap
- Host: GitHub
- URL: https://github.com/pasteus/pastemefrontend
- Owner: PasteUs
- License: gpl-3.0
- Created: 2019-06-22T14:46:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-16T09:02:10.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T03:12:47.748Z (over 1 year ago)
- Topics: bootstrap, frontend, pasteme, vue
- Language: Vue
- Homepage: https://docs.pasteme.cn
- Size: 7.65 MB
- Stars: 20
- Watchers: 4
- Forks: 16
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PasteMe Frontend
[![CI](https://github.com/PasteUs/PasteMeFrontend/actions/workflows/ci.yml/badge.svg)](https://github.com/PasteUs/PasteMeFrontend/actions/workflows/ci.yml)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/PasteUs/PasteMeFrontend?color=white&label=latest&sort=semver)](https://github.com/PasteUs/PasteMeFrontend/releases)
[![Docker Image Version (latest semver)](https://img.shields.io/docker/v/pasteme/frontend?label=Docker%20Hub&sort=semver)](https://hub.docker.com/r/pasteme/frontend)> From version 3.3.0, PasteMe Frontend uses hash router instead of history router, and is incompatible with PasteMe Go Backend version before 3.4.0
Using Vue 2 and Bootstrap-Vue.
## Project setup
```bash
npm install
cp public/usr/config.example.json public/usr/config.json
```### Compiles and hot-reloads for development
```bash
npm run serve
```### Compiles and minifies for production
```bash
npm run build
```### Run your tests
```bash
npm run test
```### Lints and fixes files
```bash
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
## Deployment
[Deploy Document](./DEPLOY.md)
## Non-unit testing
1. Create & access permanent paste
2. Create & access temporary paste
3. Create temporary with custom paste key
4. Create & access permanent paste with password## Browsers support
Modern browsers and Internet Explorer 10+.
| [](https://godban.github.io/browsers-support-badges/)IE / Edge | [](https://godban.github.io/browsers-support-badges/)Firefox | [](https://godban.github.io/browsers-support-badges/)Chrome | [](https://godban.github.io/browsers-support-badges/)Safari |
| --------- | --------- | --------- | --------- |
| IE10, IE11, Edge| last 2 versions| last 2 versions| last 2 versions |