鲁班应用市场-前端

xielq 971864315b init from phab 5 years ago
assets 971864315b init from phab 5 years ago
components 971864315b init from phab 5 years ago
layouts 971864315b init from phab 5 years ago
middleware 971864315b init from phab 5 years ago
pages 971864315b init from phab 5 years ago
plugins 971864315b init from phab 5 years ago
server 971864315b init from phab 5 years ago
static 971864315b init from phab 5 years ago
store 971864315b init from phab 5 years ago
Dockerfile 971864315b init from phab 5 years ago
README.md 971864315b init from phab 5 years ago
nuxt.config.js 971864315b init from phab 5 years ago
package.json 971864315b init from phab 5 years ago
yarn.lock 971864315b init from phab 5 years ago

README.md

luban-app-store-web

Nuxt.js project

Build Setup

# install dependencies
$ npm install # Or yarn 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

Environment Variable

If app runs in the dev or test environment, set config.nuxt.baseUrl in file package.json. Otherwise, set environment variables BASE_URL.

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