https://github.com/vuetifyjs/vuetify こちらのドキュメントサイトですが、ローカル環境で開発サーバーを立ち上げ見ることは可能でしょうか。
自分は https://github.com/vuetifyjs/vuetify こちらgithubをクローンしpackages/docs
ディレクトリまで移動し、npm install
コマンドを実行しましたがエラーが出てしまいました。
npm ERR! code ERESOLVE npm ERR! ERESOLVE could not resolve npm ERR! npm ERR! While resolving: undefined@undefined npm ERR! Found: dev eslint-plugin-vuetify@"^2.0.0-beta.2" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! dev eslint-plugin-vuetify@"^2.0.0-beta.2" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! npm ERR! For a full report see:
ローカル環境でも動かせるかどうか知りたく質問させてもらいました。
