https://github.com/pasteus/pastemefrontend
PasteMe 前端,Vue + Bootstrap
https://github.com/pasteus/pastemefrontend
bootstrap frontend pasteme vue
Last synced: about 2 months 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 6 years ago)
- Default Branch: main
- Last Pushed: 2025-07-12T19:42:14.000Z (3 months ago)
- Last Synced: 2025-07-12T21:09:40.885Z (3 months ago)
- Topics: bootstrap, frontend, pasteme, vue
- Language: Vue
- Homepage: https://docs.pasteme.cn
- Size: 7.02 MB
- Stars: 28
- Watchers: 3
- Forks: 23
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PasteMe Frontend
[](https://github.com/PasteUs/PasteMeFrontend/actions/workflows/ci.yml)
[](https://github.com/PasteUs/PasteMeFrontend/releases)
[](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 |