鲁班应用市场-前端

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

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.