Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这可能是一个非常基本的问题,但我试图在关闭终端窗口/重新启动计算机等之后重新初始化 vue-cli 开发会话。所以最初,我做了:
$ vue init webpack my-project
建立第一个会话,但是在重新启动计算机之后,我怎样才能回到或重新初始化这个会话?
运行vue init webpack my-project会生成一个新的 webpack 项目。
vue init webpack my-project
实际运行项目(开发中):
$ npm run dev