I know with vue-cli importing components is really simple. However, would it be possible to import components to a vue project that is not using vue-cli?
From the codes u posted, u already have used es6 modules. So at least you should use webpack with babel-loader, otherwise, the browser will not support the grammar above.