Go to file
guqing 6d51f45d60 PostList replaces the original model property of PostSetting with the value of the visible binding property 2019-08-27 23:45:40 +08:00
.github Update About.vue. 2019-06-19 14:51:06 +08:00
public Update index.html. 2019-05-05 09:59:20 +08:00
scripts Update .travis.yml (#9) 2019-05-21 16:19:45 +08:00
src PostList replaces the original model property of PostSetting with the value of the visible binding property 2019-08-27 23:45:40 +08:00
.gitignore Tag remove feature 2019-04-10 21:34:02 +08:00
.prettierrc Complete post api and comment api 2019-03-21 10:25:55 +08:00
.travis.yml Update .travis.yml (#9) 2019-05-21 16:19:45 +08:00
LICENSE Create LICENSE 2019-06-15 09:35:09 +08:00
README.md Update README. 2019-06-04 19:52:03 +08:00
babel.config.js 完成评论消息组件 2019-03-29 16:05:05 +08:00
package-lock.json Create PostSetting component. 2019-08-26 21:49:52 +08:00
package.json Create PostSetting component. 2019-08-26 21:49:52 +08:00
vue.config.js Fixed #6 2019-05-10 23:49:34 +08:00

README.md

halo-admin

halo-admin 是 Halo 的后台管理项目,使用 Vue 构建。希望更多的小伙伴参与到该项目的开发,让其更加完善。

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.