Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liuyunhe/skillpoints
https://github.com/liuyunhe/skillpoints
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/liuyunhe/skillpoints
- Owner: liuyunhe
- Created: 2018-11-15T02:02:43.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-15T02:08:45.000Z (about 6 years ago)
- Last Synced: 2024-11-07T10:53:35.078Z (2 months ago)
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**demo**: [https://liuyunhe.github.io/vue2-crm/](https://liuyunhe.github.io/vue2-crm/)
# vue2-crm
> A Vue.js project (2.0)
> vue2 + vue-router + vueX + lodash + sass + element-ui + axios + es6
> Just practice and for fun
> If it helps, you can click "star" in the upper right corner to support it. thank you! ^_^
> Or you can "follow", I will continue to open up more interesting projects
>If you have any questions, please ask them directly in issues, or if you find any problems and have a very good solution, welcome PR 👍
## 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# build for production and view the bundle analyzer report
npm run build --report
```For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).