/Vue-admin

this a admin project

Primary LanguageVue

vue-admin

基于vue的nuxt.js 服务渲染框架的后台框架,使用了docker部署方式。

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate

docker 运行方式:

先构建镜像

docker build -t nuxt-admin .

然后启动容器

docker run -dt -p 8080:3000 nuxt-admin

打开浏览器访问

<服务器 IP>:8080

For detailed explanation on how things work, checkout Nuxt.js docs.