温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

怎么使用npx创建一个Nuxt.js项目

发布时间:2021-11-06 11:28:23 来源:亿速云 阅读:194 作者:iii 栏目:web开发

本篇内容介绍了“怎么使用npx创建一个Nuxt.js项目”的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!

$ npx create-nuxt-app my-first-nuxtjs

npx: 401 安装成功,用时 43.891 秒

> Generating Nuxt.js project in /Users/popgis/projects/my-first-nuxtjs

? Project name my-first-nuxtjs

? Project description A Nuxt.js application for test.

? Use a custom server framework express

? Use a custom UI framework element-ui

? Choose rendering mode Universal

? Use axios module yes

? Use eslint yes

? Use prettier yes

? Author name popgis

? Choose a package manager npm

Initialized empty Git repository in /Users/popgis/projects/my-first-nuxtjs/.git/

> fsevents@1.2.4 install /Users/popgis/projects/my-first-nuxtjs/node_modules/fsevents

> node install

[fsevents] Success: "/Users/popgis/projects/my-first-nuxtjs/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" already installed

Pass --update-binary to reinstall or --build-from-source to recompile

> nodemon@1.18.5 postinstall /Users/popgis/projects/my-first-nuxtjs/node_modules/nodemon

> node bin/postinstall || exit 0

> nuxt@2.2.0 postinstall /Users/popgis/projects/my-first-nuxtjs/node_modules/nuxt

> opencollective || exit 0

                                     :=.                    

                                   -=+=:   :-              

                                 .-=+++=: :++=.            

                                 .-+++++++=++++=.           

                               .=+++++++****++++.          

                               :=+++++++******++*+:         

                             :=+++++++********++*+:        

                             :=+++++++**********++*+-       

                           -=+++++++*************+*+-.     

                         .-=======+**************++++=.    

                         .........::::::::::::::::::::.    

                         Thanks for installing nuxtjs ????

                 Please consider donating to our open collective

                        to help us maintain this package.

                           Number of contributors: 152

                              Number of backers: 127

                             Annual budget: US$30,663

                            Current balance: US$5,806

           ????  Donate: https://opencollective.com/nuxtjs/donate

npm notice created a lockfile as package-lock.json. You should commit this file.

npm WARN eslint-plugin-vue@4.7.1 requires a peer of eslint@^3.18.0 || ^4.0.0 but none is installed. You must install peer dependencies yourself.

npm WARN acorn-jsx@5.0.0 requires a peer of acorn@^6.0.0 but none is installed. You must install peer dependencies yourself.

added 1111 packages from 543 contributors and audited 14617 packages in 59.616s

found 0 vulnerabilities

  To get started:

    cd my-first-nuxtjs

    npm run dev

  To build & start for production:

    cd my-first-nuxtjs

    npm run build

    npm start

“怎么使用npx创建一个Nuxt.js项目”的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识可以关注亿速云网站,小编将为大家输出更多高质量的实用文章!

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI