https://github.com/nguyenduclong-ict/nuxt-element-admin
Admin page with element-ui + nuxtjs
https://github.com/nguyenduclong-ict/nuxt-element-admin
elementui nuxtjs vuejs
Last synced: about 1 year ago
JSON representation
Admin page with element-ui + nuxtjs
- Host: GitHub
- URL: https://github.com/nguyenduclong-ict/nuxt-element-admin
- Owner: nguyenduclong-ict
- Created: 2020-09-26T02:33:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-04T06:37:48.000Z (over 5 years ago)
- Last Synced: 2025-04-19T13:46:28.232Z (about 1 year ago)
- Topics: elementui, nuxtjs, vuejs
- Language: Vue
- Homepage: https://nguyenduclong-ict.github.io/nuxt-element-admin
- Size: 9.56 MB
- Stars: 13
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nuxt-element-admin
Admin dashboard with nuxtjs + element ui, support ssr, reponsive mobile...
- [Demo](https://nguyenduclong-ict.github.io/nuxt-element-admin)
## Init new project
```bash
$ git clone https://github.com/nguyenduclong-ict/nuxt-element-admin.git
$ cd nuxt-element-admin
$ rm -rf .git
$ git init
# Update core
# will update folder lib/ store/
$ yarn update:core
```
## Build Setup
```bash
# .env
$ cp .env.example .env
# install dependencies
$ yarn
# serve with hot reload at localhost:3000
$ yarn dev
# serve mock server at localhost:3001
$ yarn mock
# develop
$ yarn dev:all
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).