Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lumin3000/vuetest
an ad admin web, with vue, bootstrap, user auth, uploader and WYSIWYG editor in iframe.
https://github.com/lumin3000/vuetest
Last synced: 4 months ago
JSON representation
an ad admin web, with vue, bootstrap, user auth, uploader and WYSIWYG editor in iframe.
- Host: GitHub
- URL: https://github.com/lumin3000/vuetest
- Owner: lumin3000
- Created: 2016-05-16T05:57:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-09T04:08:43.000Z (over 8 years ago)
- Last Synced: 2024-08-01T00:39:45.774Z (6 months ago)
- Language: Vue
- Homepage:
- Size: 3.56 MB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vue-cn - vuetest: an ad admin web with user auth, bootstrap ui, uploader, WYSIWYG editor in iframe
README
# vuetest
this project is for mandarin(中文) only
> VUE TEST BY Sjerrys
file uploader, user auth, text editor, bootstrap stuff.
can be use with any kind of backend server: php, nodejs, java...
npm install [vue-strap](https://github.com/yuche/vue-strap) is not working in vue-cli created project
so I just put the vue-strap source-code in my src dir.
it is also easier for someone who want to make a vue-strap localize copy.
## Build Setup
``` bash
# install dependencies
npm install# serve with hot reload at localhost:8080
npm run dev# build for production with minification
npm run build# run unit tests
npm run unit# run e2e tests
npm run e2e# run all tests
npm test
```For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).