个人主页
website
Build SetupNuxt.js project
# install dependencies $ npm install # Or yarn install*[see note below] # 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
*Note: Due to a bug in yarn's engine version detection code if you are using a prerelease version of Node (i.e. v7.6.0-rc.1) you will need to either:
Usenpm install
Run yarn
with a standard release of Node and then switch back
For detailed explanation on how things work, checkout the Nuxt.js docs.
版权声明:
1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。2、网站不提供资料下载,如需下载请到原作者页面进行下载。